From 1c1816e10270995d6bca2c873b5d623c3f32344b Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Sun, 20 May 2018 22:13:09 +0200 Subject: [PATCH] Add missing test files --- templates/index.html | 1 - tests/me.yml | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 tests/me.yml diff --git a/templates/index.html b/templates/index.html index 6956a99..acf6b16 100644 --- a/templates/index.html +++ b/templates/index.html @@ -26,7 +26,6 @@
{% for item in outbox_data %} - {{ item }} {% if item.type == 'Announce' %} {% set boost_actor = item.activity.actor | get_actor %} diff --git a/tests/me.yml b/tests/me.yml new file mode 100644 index 0000000..404bf9c --- /dev/null +++ b/tests/me.yml @@ -0,0 +1,6 @@ +username: 'ci' +name: 'CI tests' +icon_url: 'https://sos-ch-dk-2.exo.io/microblogpub/microblobpub.png' +domain: 'localhost:5005' +summary: 'test instance summary' +https: false