Skip to content

Commit 0593b80

Browse files
committed
Fixed broken tests
1 parent 7ea6672 commit 0593b80

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/client/test_context.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ def test_ensure_dcg_exists_tomo(mock_capture_post, tmp_path):
4141
collection_type="tomo",
4242
metadata_source=metadata_source,
4343
environment=env,
44+
machine_config={},
4445
token="token",
4546
)
4647

@@ -101,6 +102,7 @@ def test_ensure_dcg_exists_spa(mock_capture_post, tmp_path):
101102
collection_type="spa",
102103
metadata_source=metadata_source / "Images-Disc1",
103104
environment=env,
105+
machine_config={},
104106
token="token",
105107
)
106108

@@ -139,6 +141,7 @@ def test_ensure_dcg_exists_spa_missing_xml(mock_capture_post, tmp_path):
139141
collection_type="spa",
140142
metadata_source=metadata_source,
141143
environment=env,
144+
machine_config={},
142145
token="token",
143146
)
144147

0 commit comments

Comments
 (0)