Add missing test fixture

This commit is contained in:
Tobias Kunze 2025-12-09 09:17:12 +01:00
parent 5d19a7a853
commit 517d905e41

View file

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