Skip to content

Commit

Permalink
scope to module
Browse files Browse the repository at this point in the history
  • Loading branch information
dstandish committed Mar 4, 2022
1 parent 25f57ec commit d72c9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cli/commands/test_connection_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
from tests.test_utils.db import clear_db_connections


@pytest.fixture(scope='class', autouse=True)
@pytest.fixture(scope='module', autouse=True)
def clear_connections():
yield
clear_db_connections(add_default_connections_back=False)
Expand Down

0 comments on commit d72c9fc

Please sign in to comment.