Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 304c371 commit a5ad719Copy full SHA for a5ad719
kubernetes/e2e_test/test_client.py
@@ -154,7 +154,7 @@ def test_service_apis(self):
154
self.assertEqual(2, len(resp.spec.ports))
155
self.assertTrue(resp.status)
156
157
- resp = api.delete_namespaced_service(name=name,
+ resp = api.delete_namespaced_service(name=name, body={},
158
namespace='default')
159
160
def test_replication_controller_apis(self):
0 commit comments