Add ARGOS_ prefix to env variables used in tests.

This commit is contained in:
Alexis Métaireau 2023-10-18 12:34:29 +02:00
parent e437f48b34
commit 8c58a50e8f

View file

@ -4,7 +4,7 @@ import pytest
from fastapi import FastAPI from fastapi import FastAPI
from httpx import AsyncClient from httpx import AsyncClient
environ["APP_ENV"] = "test" environ["ARGOS_APP_ENV"] = "test"
@pytest.fixture @pytest.fixture