Skip to content

Commit

Permalink
Fix e2e test to reflect service storage refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
roycaihw committed Mar 12, 2018
1 parent 304c371 commit a5ad719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/e2e_test/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def test_service_apis(self):
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):
Expand Down

0 comments on commit a5ad719

Please sign in to comment.