Skip to content

Commit

Permalink
Fix example dsn
Browse files Browse the repository at this point in the history
  • Loading branch information
ihabunek committed Nov 24, 2022
1 parent 4fb347d commit 7c1d517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
```
export TOOT_TEST_HOSTNAME="localhost:3000"
export TOOT_TEST_DATABASE_DSN="mastodon_development"
export TOOT_TEST_DATABASE_DSN="dbname=mastodon_development"
```
"""

Expand Down

0 comments on commit 7c1d517

Please sign in to comment.