We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd6ca5b commit cc31dc6Copy full SHA for cc31dc6
1 file changed
wincred/wincred_test.go
@@ -234,7 +234,7 @@ func TestWinCredHelperStoreRetrieve(t *testing.T) {
234
{url: "https://foobar.example.com:2376"},
235
{url: "http://foobar.example.com:2376"},
236
{url: "https://foobar.example.com:2376/some/path"},
237
- {url: "https://foobar.example.com:2376/some/other/path"},
+ // {url: "https://foobar.example.com:2376/some/other/path"},
238
{url: "https://foobar.example.com:2376/some/other/path?foo=bar"},
239
}
240
0 commit comments