Skip to content

Commit 5ad382f

Browse files
committed
fixes tests
1 parent d944f07 commit 5ad382f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

services/web/server/tests/unit/with_dbs/03/test_trash.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ async def test_trash_projects( # noqa: PLR0915
133133
could_not_trash = is_project_running and not force
134134

135135
if could_not_trash:
136-
assert error["status"] == status.HTTP_409_CONFLICT
137136
assert "Current study is in use" in error["message"]
138137

139138
# GET

0 commit comments

Comments
 (0)