Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AurelienGasser authored and yliaog committed Dec 15, 2021
1 parent b215de5 commit 025c67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/e2e_test/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def test_exit_code(self):
self.assertIsNone(client.returncode)
client.run_forever(timeout=10)
self.assertEqual(client.returncode, value)
self.assertEqual(client.returncode, value)
self.assertEqual(client.returncode, value) # check idempotence

resp = api.delete_namespaced_pod(name=name, body={},
namespace='default')
Expand Down

0 comments on commit 025c67f

Please sign in to comment.