Add missing test files
This commit is contained in:
parent
35007698f0
commit
1c1816e102
2 changed files with 6 additions and 1 deletions
|
@ -26,7 +26,6 @@
|
||||||
|
|
||||||
<div id="notes">
|
<div id="notes">
|
||||||
{% for item in outbox_data %}
|
{% for item in outbox_data %}
|
||||||
{{ item }}
|
|
||||||
|
|
||||||
{% if item.type == 'Announce' %}
|
{% if item.type == 'Announce' %}
|
||||||
{% set boost_actor = item.activity.actor | get_actor %}
|
{% set boost_actor = item.activity.actor | get_actor %}
|
||||||
|
|
6
tests/me.yml
Normal file
6
tests/me.yml
Normal file
|
@ -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
|
Loading…
Reference in a new issue