aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/auth/test_credentials.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/auth/test_credentials.py')
-rw-r--r--tests/unit/auth/test_credentials.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/auth/test_credentials.py b/tests/unit/auth/test_credentials.py
index 8011ec2..1953228 100644
--- a/tests/unit/auth/test_credentials.py
+++ b/tests/unit/auth/test_credentials.py
@@ -3,7 +3,7 @@ import pytest
from yoyo.migrations import MigrationList
from hypothesis import given, settings, strategies, HealthCheck
-from gn_auth.auth import db
+from gn_auth.auth.db import sqlite3 as db
from gn_auth.auth.authentication import credentials_in_database
from gn_auth.migrations import get_migration, apply_migrations, rollback_migrations