Skip to content

Commit

Permalink
removed duplicat fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
MadsNyl committed Dec 26, 2024
1 parent 7aa2de1 commit 9620224
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,13 +334,6 @@ def new_admin_user():
return admin


@pytest.fixture()
def new_admin_user():
admin = UserFactory()
add_user_to_group_with_name(admin, AdminGroup.HS)
return admin


@pytest.fixture()
def feedback_bug():
return BugFactory()
Expand Down

0 comments on commit 9620224

Please sign in to comment.