Skip to content

Commit

Permalink
Fix axis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangreen committed Sep 22, 2023
1 parent b98b810 commit 0768b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/axis.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def _count_activity():
)

# Run the tests defined by HasCollectionSelfTests
for result in super()._run_self_tests():
for result in super()._run_self_tests(_db):
yield result

def refresh_bearer_token(self):
Expand Down

0 comments on commit 0768b0a

Please sign in to comment.