Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
totycro committed Apr 16, 2024
1 parent 5c67b19 commit e157715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_image_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def test_command_is_combined_with_results_dir_setup(
**create_pod_kwargs_with({"result_data_directory": "my-run-r0000"})
)

command = spec.pod_spec.containers[0].command
command = spec.pod_spec.containers[0].command
assert command[0] == "bash"
assert command[3].endswith("&& true")
assert 'mkdir "/full-results-pvc/my-run-r0000";' in command[3]

0 comments on commit e157715

Please sign in to comment.