diff options
| author | rr- | 2016-09-10 10:14:53 +0200 |
|---|---|---|
| committer | rr- | 2016-09-10 10:16:14 +0200 |
| commit | 8674c8b50e9988162aeeb57df23ef334f2701e93 (patch) | |
| tree | d572eeebca63bb27c1cd5baa13e23a51461b0f31 /server/szurubooru/tests/func/test_posts.py | |
| parent | 0a19e7bbd08c70b2728b127570cd032a00e8d244 (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.py | 1 |
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, |