From 7c1d517506971900b8f0e3d8538bcfffa4f2e970 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Thu, 24 Nov 2022 15:05:41 +0100 Subject: [PATCH] Fix example dsn --- tests/test_integration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_integration.py b/tests/test_integration.py index 8c5c5cc..dfb669c 100644 --- a/tests/test_integration.py +++ b/tests/test_integration.py @@ -9,7 +9,7 @@ your test server and database: ``` export TOOT_TEST_HOSTNAME="localhost:3000" -export TOOT_TEST_DATABASE_DSN="mastodon_development" +export TOOT_TEST_DATABASE_DSN="dbname=mastodon_development" ``` """