Add missing test fixture
This commit is contained in:
parent
97633c4c36
commit
a7d301c857
1 changed files with 5 additions and 0 deletions
|
|
@ -74,6 +74,11 @@ def org_member(organization):
|
||||||
return member
|
return member
|
||||||
|
|
||||||
|
|
||||||
|
@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