From 3277ca777821e76955fb26d80788939a311db9db Mon Sep 17 00:00:00 2001 From: halcy Date: Mon, 7 Nov 2022 23:11:30 +0200 Subject: Initial test fixing pass. Four tests still fail. --- tests/setup.sql | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'tests/setup.sql') diff --git a/tests/setup.sql b/tests/setup.sql index 7e31e74..c747237 100644 --- a/tests/setup.sql +++ b/tests/setup.sql @@ -51,7 +51,7 @@ INSERT INTO accounts ( ) VALUES ( 1234567890123457, 'mastodonpy_test_2', - 't', + 'f', now(), now(), 't' @@ -64,7 +64,8 @@ INSERT INTO users ( created_at, updated_at, confirmed_at, - locale + locale, + encrypted_password ) VALUES ( 1234567890123457, 'mastodonpy_test_2@localhost:3000', @@ -72,7 +73,8 @@ INSERT INTO users ( now(), now(), now(), - 'ja' -- japanese locale for unicode testing :p + 'ja', -- japanese locale for unicode testing :p + '$2a$10$8eAdhF69RiZiV0puZ.8iOOgMqBACmwJu8Z9X4CiN91iwRXbeC2jvi' ); INSERT INTO oauth_applications ( -- cgit v1.2.3