diff options
author | Roman Chvanikov <chvanikoff@pm.me> | 2020-07-11 11:41:39 +0300 |
---|---|---|
committer | Roman Chvanikov <chvanikoff@pm.me> | 2020-07-11 11:41:39 +0300 |
commit | 8f8a3f4f0174342680a2821247612ec4eae2cc37 (patch) | |
tree | 5b23da906633f97133d1cd59b3f48e1e787699d6 /test | |
parent | c0e47a6098b2b575d373c5f9913cdffb09000e82 (diff) | |
download | pleroma-8f8a3f4f0174342680a2821247612ec4eae2cc37.tar.gz |
Fix all the tests
Diffstat (limited to 'test')
-rw-r--r-- | test/fixtures/preload_static/panel.html (renamed from test/fixtures/preload_static/instance/panel.html) | 0 | ||||
-rw-r--r-- | test/instance_static/panel.html | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/test/fixtures/preload_static/instance/panel.html b/test/fixtures/preload_static/panel.html index fc58e4e93..fc58e4e93 100644 --- a/test/fixtures/preload_static/instance/panel.html +++ b/test/fixtures/preload_static/panel.html diff --git a/test/instance_static/panel.html b/test/instance_static/panel.html new file mode 100644 index 000000000..b3b19d4c3 --- /dev/null +++ b/test/instance_static/panel.html @@ -0,0 +1,4 @@ +<div style="margin-left:12px; margin-right:12px"> + <p>Welcome to <a href="https://pleroma.social" target="_blank">Pleroma!</a></p> + <p><a href="/main/all">Pleroma FE</a> | <a href="/web">Mastodon FE</a></p> +</div>
\ No newline at end of file |