Skip to content

Commit

Permalink
test: fix conftest, set server url to FMTM_DOMAIN for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Oct 25, 2024
1 parent 1a312d4 commit cba6082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ async def client(app, db):

async with AsyncClient(
transport=ASGITransport(app=app),
base_url="http://testserver",
base_url=f"http://{settings.FMTM_DOMAIN}",
follow_redirects=True,
) as ac:
yield ac

0 comments on commit cba6082

Please sign in to comment.