Change "/ns" to "/namespaces" in few remaining places.

This commit is contained in:
Wojciech Tyczynski
2015-03-24 13:00:26 +01:00
parent d0b468f4b0
commit f7191d626d
6 changed files with 13 additions and 13 deletions

View File

@@ -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},