Skip to content

Commit 1afadc3

Browse files
committed
Fix session id
1 parent 8478ec3 commit 1afadc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/workflows/tomo/test_tomo_picking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def test_picked_tomogram_run_class2d(
144144
)
145145

146146
message = {
147-
"session_id": 11,
147+
"session_id": 1,
148148
"program_id": 0,
149149
"cbox_3d": f"{tmp_path}/AutoPick/job007/CBOX_3d/sample.cbox",
150150
"particle_count": 2,

0 commit comments

Comments
 (0)