Skip to content

Commit cd5a03b

Browse files
committed
Update tests
1 parent c004aa2 commit cd5a03b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/client/contexts/test_sxt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def test_sxt_context_txrm(
107107
json={
108108
"tag": "example",
109109
"source": str(tmp_path),
110-
"recipe": "sxt-tomo-align",
110+
"recipe": "sxt-aretomo",
111111
"experiment_type": "sxt",
112112
},
113113
headers={"Authorization": "Bearer "},

tests/workflows/sxt/test_process_sxt_tilt_series.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def set_up_db(murfey_db_session: Session):
3838
ProcessingJob,
3939
lookup_kwargs={
4040
"id": 1,
41-
"recipe": "sxt-tomo-align",
41+
"recipe": "sxt-aretomo",
4242
"dc_id": dc_entry.id,
4343
},
4444
)
@@ -92,7 +92,7 @@ def test_process_new_sxt_tilt_series(
9292
"manual_tilt_offset": -1,
9393
"node_creator_queue": "node_creator",
9494
},
95-
"recipes": ["sxt-tomo-align"],
95+
"recipes": ["sxt-aretomo"],
9696
},
9797
new_connection=True,
9898
)

0 commit comments

Comments
 (0)