Skip to content

Commit a5ad719

Browse files
committed
Fix e2e test to reflect service storage refactoring
1 parent 304c371 commit a5ad719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes/e2e_test/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def test_service_apis(self):
154154
self.assertEqual(2, len(resp.spec.ports))
155155
self.assertTrue(resp.status)
156156

157-
resp = api.delete_namespaced_service(name=name,
157+
resp = api.delete_namespaced_service(name=name, body={},
158158
namespace='default')
159159

160160
def test_replication_controller_apis(self):

0 commit comments

Comments
 (0)