Add missing test fixture
This commit is contained in:
parent
5d19a7a853
commit
517d905e41
1 changed files with 5 additions and 0 deletions
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue