Skip to content

Commit

Permalink
another variable
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Jan 7, 2025
1 parent b22912f commit cbf5e34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
from moto.server import ThreadedMotoServer
from pytest_mock.plugin import AsyncMockType, MockerFixture, MockType

# Populates environment variables.
os.environ["ENVIRONMENT"] = "local"

# Populates other environment variables.
os.environ["MIDDLEWARE_SECRET_KEY"] = "test"
os.environ["COGNITO_AUTHORITY"] = "test"
os.environ["COGNITO_CLIENT_ID"] = "test"

Expand Down

0 comments on commit cbf5e34

Please sign in to comment.