mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-04-28 09:52:38 +02:00
Add ARGOS_ prefix to env variables used in tests.
This commit is contained in:
parent
e437f48b34
commit
8c58a50e8f
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import pytest
|
|||
from fastapi import FastAPI
|
||||
from httpx import AsyncClient
|
||||
|
||||
environ["APP_ENV"] = "test"
|
||||
environ["ARGOS_APP_ENV"] = "test"
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
|
|
Loading…
Reference in a new issue