Skip to content

Commit

Permalink
test: Remove unnecessary fixture use
Browse files Browse the repository at this point in the history
  • Loading branch information
MoritzWeber0 committed Jul 18, 2023
1 parent 8832fd3 commit 74627f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/tests/projects/test_projects_users_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ def test_http_exception_when_updating_permission_of_manager(
}


@pytest.mark.usefixtures("unique_username")
def test_current_user_rights_for_internal_project(
db: orm.Session,
client: testclient.TestClient,
Expand All @@ -144,7 +143,6 @@ def test_current_user_rights_for_internal_project(
assert response.json()["permission"] == "read"


@pytest.mark.usefixtures("unique_username")
def test_no_user_rights_on_internal_permissions(
db: orm.Session,
client: testclient.TestClient,
Expand Down

0 comments on commit 74627f0

Please sign in to comment.