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