Skip to content

Commit

Permalink
fix: test issue with admin object
Browse files Browse the repository at this point in the history
  • Loading branch information
Pooya-Oladazimi committed Jan 23, 2025
1 parent 9c9ae57 commit 5f25f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/dataset_reference/tests/test_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
class TestControllers(object):

@pytest.fixture(autouse=True)
def intial(self, clean_db, clean_index):
def intial(self):
ctd.CreateTestData.create()
sysadmin_user = model.User.get("testsysadmin")
self.auth = {u"Authorization": str(sysadmin_user.apikey)}
Expand Down

0 comments on commit 5f25f0c

Please sign in to comment.