Skip to content

Commit bf57620

Browse files
fix
1 parent 166f1c4 commit bf57620

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

services/web/server/tests/unit/with_dbs/01/test_director_v2_handlers.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,6 @@ async def test_list_computation_collection_runs_with_filter_only_running(
410410
)
411411
if user_role != UserRole.ANONYMOUS:
412412
assert ComputationCollectionRunRestGet.model_validate(data[0])
413-
assert data[0]["name"] == "My Collection Run"
414413

415414

416415
@pytest.mark.parametrize(*standard_role_response(), ids=str)
@@ -434,7 +433,6 @@ async def test_list_computation_collection_runs_with_filter_root_project(
434433
)
435434
if user_role != UserRole.ANONYMOUS:
436435
assert ComputationCollectionRunRestGet.model_validate(data[0])
437-
assert data[0]["name"] == "My Collection Run"
438436

439437

440438
@pytest.fixture

0 commit comments

Comments
 (0)