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 b215de5 commit 025c67fCopy full SHA for 025c67f
kubernetes/e2e_test/test_client.py
@@ -221,7 +221,7 @@ def test_exit_code(self):
221
self.assertIsNone(client.returncode)
222
client.run_forever(timeout=10)
223
self.assertEqual(client.returncode, value)
224
- self.assertEqual(client.returncode, value)
+ self.assertEqual(client.returncode, value) # check idempotence
225
226
resp = api.delete_namespaced_pod(name=name, body={},
227
namespace='default')
0 commit comments