Skip to content

Commit dabc381

Browse files
authored
Fix screening tests (#335)
Update tests to match changes made in #325 that change the jobs/recipes invoked by screening experiments.
1 parent 0f3d595 commit dabc381

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/mimas/test_core.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,8 @@ def test_eiger_screening(get_zocalo_commands):
127127
f"zocalo.go -r generate-crystal-thumbnails {dcid}",
128128
f"zocalo.go -r generate-diffraction-preview {dcid}",
129129
f"zocalo.go -r per-image-analysis-rotation-swmr {dcid}",
130-
f"zocalo.go -r strategy-align-crystal {dcid}",
131-
f"zocalo.go -r strategy-edna-eiger {dcid}",
132130
f"zocalo.go -r strategy-mosflm {dcid}",
131+
f"ispyb.job --new --dcid={dcid} --source=automatic --recipe=strategy-align-crystal --display='align_crystal' --trigger",
133132
}
134133
return
135134

@@ -173,8 +172,8 @@ def test_cbf_screening(get_zocalo_commands):
173172
}
174173
assert get_zocalo_commands(scenario(event=MimasEvent.END)) == {
175174
f"zocalo.go -r generate-crystal-thumbnails {dcid}",
176-
f"zocalo.go -r strategy-edna {dcid}",
177175
f"zocalo.go -r strategy-mosflm {dcid}",
176+
f"ispyb.job --new --dcid={dcid} --source=automatic --recipe=strategy-align-crystal --display='align_crystal' --trigger",
178177
}
179178

180179

0 commit comments

Comments
 (0)