Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1158 from mozilla-services/bug/1157
Browse files Browse the repository at this point in the history
bug: add missing setup_module() function to test_db
  • Loading branch information
bbangert authored Mar 16, 2018
2 parents 2188fe0 + 3266888 commit 84f2ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autopush/tests/test_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
test_router = None


def setUp():
def setup_module():
global test_router
config = DDBTableConfig("router_test")
test_router = Router(config, SinkMetrics(),
Expand Down

0 comments on commit 84f2ea8

Please sign in to comment.