Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-riggs committed Aug 21, 2024
1 parent 898dff2 commit a2ad7a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/services/test_denoise_slurm.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ def test_denoise_slurm_service(
"ispyb_command": "buffer",
"buffer_command": {"ispyb_command": "insert_processed_tomogram"},
"buffer_lookup": {"tomogram_id": 0},
"filePath": f"{tmp_path}/Denoise/job007/denoised/test_stack_aretomo.denoised.mrc",
"processingType": "Denoised",
"file_path": f"{tmp_path}/Denoise/job007/denoised/test_stack_aretomo.denoised.mrc",
"processing_type": "Denoised",
},
"content": {"dummy": "dummy"},
},
Expand Down

0 comments on commit a2ad7a2

Please sign in to comment.