Skip to content

Commit

Permalink
Undo termination_message_policy change.
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek Mohan committed Aug 1, 2023
1 parent f7d6cdb commit b1e3dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/operators/test_kubernetes.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def test_created_pod(test_hook):
"stdin": None,
"stdin_once": None,
"termination_message_path": None,
"termination_message_policy": 'File',
"termination_message_policy": None,
"tty": None,
"volume_devices": None,
"volume_mounts": [],
Expand Down

0 comments on commit b1e3dce

Please sign in to comment.