Fix tests

This commit is contained in:
Thomas Sileo
2019-04-05 20:03:49 +02:00
parent 6e7bfdd5c1
commit 84997b564f
4 changed files with 6 additions and 5 deletions

3
app.py
View File

@@ -88,7 +88,8 @@ from utils.media import Kind
from poussetaches import PousseTaches
p = PousseTaches("http://poussetaches:7991", "http://web:5005")
phost = "http://" + os.getenv("COMPOSE_PROJECT_NAME", "")
p = PousseTaches(f"{phost}_poussetaches_1:7991", f"{phost}_web_1:5005")
back = activitypub.MicroblogPubBackend()