Skip to content

Commit fc55d98

Browse files
committed
hmm...
1 parent cf9d8fa commit fc55d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/proxy/options_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ func TestProviderURLValidation(t *testing.T) {
249249
{
250250
name: "invalid url rejected",
251251
providerURLExternal: "%ZZZ",
252-
expectedError: "invalid provider config: parse %ZZZ: invalid URL escape \"%ZZ\"",
252+
expectedError: "invalid provider config: parse \"%ZZZ\": invalid URL escape \"%ZZ\"",
253253
},
254254
}
255255
for _, tc := range testCases {

0 commit comments

Comments
 (0)