Minor cleanup

This commit is contained in:
henryruhs
2026-01-09 15:34:29 +01:00
parent 5a2eb2059d
commit f59bf04bc2
3 changed files with 11 additions and 9 deletions
+5 -1
View File
@@ -85,7 +85,11 @@ def test_set_state(test_client : TestClient) -> None:
def test_select_source_assets(test_client : TestClient) -> None:
asset_ids = [ asset_store.register_asset('/path/to/source1.jpg'), asset_store.register_asset('/path/to/source2.jpg') ]
asset_ids =\
[
asset_store.register_asset('/path/to/source1.jpg'),
asset_store.register_asset('/path/to/source2.jpg')
]
select_response = test_client.put('/state?action=select&type=source', json =
{