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 8da0080 commit a24d1beCopy full SHA for a24d1be
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