Skip to content

Commit

Permalink
Merge pull request #695 from GSA/nose-setup-depreciated
Browse files Browse the repository at this point in the history
setup -> setup_method
  • Loading branch information
Jin-Sun-tts authored Feb 15, 2024
2 parents c05363a + 7fa7200 commit 4290489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/datagov_inventory/tests/logic/auth/test_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
@pytest.mark.usefixtures("with_request_context")
class TestDatagovInventoryAuth(FunctionalTestBase):

def setup(self):
def setup_method(self):
super(TestDatagovInventoryAuth, self).setup_class()
# Start with a clean database and index for each test
self.clean_datastore()
Expand Down

0 comments on commit 4290489

Please sign in to comment.