Fix tests
This commit is contained in:
parent
6e7bfdd5c1
commit
84997b564f
4 changed files with 6 additions and 5 deletions
3
app.py
3
app.py
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue