From 3b8a653fa50e01144864dfcd58ad54a059182bde Mon Sep 17 00:00:00 2001 From: Aljoscha Rittner Date: Fri, 24 Jun 2022 15:46:27 +0200 Subject: Introduces pagin parameters for bookmarks Fixes #220 --- tests/README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/README.markdown') diff --git a/tests/README.markdown b/tests/README.markdown index 368f4f5..62b5e10 100644 --- a/tests/README.markdown +++ b/tests/README.markdown @@ -26,7 +26,7 @@ This test suite uses [VCR.py][] to record requests to Mastodon and replay them i If you want to add or change tests, you will need a Mastodon development server running on `http://localhost:3000`, with the default `admin` user and default password. To set this up, follow the development guide and set up the database using "rails db:setup". -It also needs a test OAuth app and an additional test user to be set up by applying the provided `setup.sql` to Mastodon's database: +It also needs a test OAuth app-registriation and an additional test user to be set up by applying the provided `setup.sql` to Mastodon's database: psql -d mastodon_development < tests/setup.sql -- cgit v1.2.3