We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c02f1be commit 834fe12Copy full SHA for 834fe12
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