diff options
Diffstat (limited to '')
-rw-r--r-- | ctrack/organisations/tests/conftest.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ctrack/organisations/tests/conftest.py b/ctrack/organisations/tests/conftest.py index ce72835..85fa2eb 100644 --- a/ctrack/organisations/tests/conftest.py +++ b/ctrack/organisations/tests/conftest.py @@ -11,11 +11,6 @@ from ctrack.organisations.tests.factories import ( @pytest.fixture -def full_db_fixture(): - populate_db(orgs=2, igps=2) - - -@pytest.fixture def role(): return RoleFactory.create(name="Test Role") |