Fix e2e test to reflect service storage refactoring
This commit is contained in:
parent
304c371a66
commit
a5ad719bcf
@ -154,7 +154,7 @@ class TestClient(unittest.TestCase):
|
||||
self.assertEqual(2, len(resp.spec.ports))
|
||||
self.assertTrue(resp.status)
|
||||
|
||||
resp = api.delete_namespaced_service(name=name,
|
||||
resp = api.delete_namespaced_service(name=name, body={},
|
||||
namespace='default')
|
||||
|
||||
def test_replication_controller_apis(self):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user