Add missing test fixture

This commit is contained in:
Tobias Kunze 2025-12-09 09:17:12 +01:00
parent 7326438470
commit cc84926693

View file

@ -74,6 +74,11 @@ def org_member(organization):
return member
@pytest.fixture
def user():
return User.objects.create(email="generic-user@example.org", password="example")
@pytest.fixture
def test_service_category():
return ServiceCategory.objects.create(