summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_auth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_auth.py b/tests/test_auth.py
index 6684f43..d2735dc 100644
--- a/tests/test_auth.py
+++ b/tests/test_auth.py
@@ -12,7 +12,7 @@ def test_register(client, app):
with app.app_context():
assert get_db().execute(
- "SELECT * FROM user WHERE username = 'a'",
+ "SELECT * FROM \"user\" WHERE username = 'a'",
).fetchone() is not None