aboutsummaryrefslogtreecommitdiffstats
path: root/app_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'app_test.py')
-rw-r--r--app_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app_test.py b/app_test.py
index 31acf12d..699a431a 100644
--- a/app_test.py
+++ b/app_test.py
@@ -465,7 +465,7 @@ class TestOauthBackend(SiteTest):
sess_id = "hey bro wazup"
fake_token = {"access_token": "access_token", "id": sess_id, "refresh_token": "refresh_token", "expires_at": 5}
- fake_user = {"id": "1235678987654321", "username": "Zwacky", "discriminator": "#6660", "email": "[email protected]"}
+ fake_user = {"id": 1235678987654321, "username": "Zwacky", "discriminator": "#6660", "email": "[email protected]"}
manager.db.conn = manager.db.get_connection()
manager.oauth_backend.add_user(fake_token, fake_user, sess_id)