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 85a71f2 commit b215de5Copy full SHA for b215de5
kubernetes/e2e_test/test_client.py
@@ -221,6 +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)
225
226
resp = api.delete_namespaced_pod(name=name, body={},
227
namespace='default')
0 commit comments