Skip to content

Commit

Permalink
Remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
fridgepoet committed Dec 6, 2024
1 parent bfd8e5b commit e5e3eb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/resources/connections/resources_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ func Test_httpsURLValidator(t *testing.T) {
"A valid URL is required.\n\nGiven Value: \"\"\n",
)},
},

"invalid not a url": {
providedURL: types.StringValue("this is not a url"),
expectedDiags: diag.Diagnostics{diag.NewAttributeErrorDiagnostic(
Expand Down

0 comments on commit e5e3eb3

Please sign in to comment.