aboutsummaryrefslogtreecommitdiff
path: root/server/szurubooru/tests/func/test_posts.py
diff options
context:
space:
mode:
authorrr-2016-09-10 10:14:53 +0200
committerrr-2016-09-10 10:16:14 +0200
commit8674c8b50e9988162aeeb57df23ef334f2701e93 (patch)
treed572eeebca63bb27c1cd5baa13e23a51461b0f31 /server/szurubooru/tests/func/test_posts.py
parent0a19e7bbd08c70b2728b127570cd032a00e8d244 (diff)
server/posts: report duplicate post ID and URL
Diffstat (limited to 'server/szurubooru/tests/func/test_posts.py')
-rw-r--r--server/szurubooru/tests/func/test_posts.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/szurubooru/tests/func/test_posts.py b/server/szurubooru/tests/func/test_posts.py
index dc67c00..56daaee 100644
--- a/server/szurubooru/tests/func/test_posts.py
+++ b/server/szurubooru/tests/func/test_posts.py
@@ -329,6 +329,7 @@ def test_update_post_content_to_existing_content(
tmpdir, config_injector, post_factory, read_asset):
config_injector({
'data_dir': str(tmpdir.mkdir('data')),
+ 'data_url': 'example.com',
'thumbnails': {
'post_width': 300,
'post_height': 300,

© 2015 - 2026 Jakob L. Kreuze