Change "/ns" to "/namespaces" in few remaining places.
This commit is contained in:
@@ -86,7 +86,7 @@ func TestNamespaceList(t *testing.T) {
|
||||
c := &testClient{
|
||||
Request: testRequest{
|
||||
Method: "GET",
|
||||
Path: "/ns",
|
||||
Path: "/namespaces",
|
||||
Body: nil,
|
||||
},
|
||||
Response: Response{StatusCode: 200, Body: namespaceList},
|
||||
|
Reference in New Issue
Block a user