We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d944f07 commit 5ad382fCopy full SHA for 5ad382f
services/web/server/tests/unit/with_dbs/03/test_trash.py
@@ -133,7 +133,6 @@ async def test_trash_projects( # noqa: PLR0915
133
could_not_trash = is_project_running and not force
134
135
if could_not_trash:
136
- assert error["status"] == status.HTTP_409_CONFLICT
137
assert "Current study is in use" in error["message"]
138
139
# GET
0 commit comments