From 9227528a1504ec79cf5af8e4aa15c702215abb3c Mon Sep 17 00:00:00 2001 From: codl Date: Thu, 30 Nov 2017 01:54:52 +0100 Subject: add tests for follow request methods --- tests/setup.sql | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/setup.sql') diff --git a/tests/setup.sql b/tests/setup.sql index 81f1e18..d65e503 100644 --- a/tests/setup.sql +++ b/tests/setup.sql @@ -7,11 +7,13 @@ DELETE FROM accounts WHERE id = 1234567890123456; INSERT INTO accounts ( id, username, + locked, created_at, updated_at ) VALUES ( 1234567890123456, 'mastodonpy_test', + 't', now(), now() ); -- cgit v1.2.3