Skip to content

Commit

Permalink
Set default aws region for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wjdp committed Jul 28, 2023
1 parent 542598a commit 5bcd5a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
from os import environ

import pytest

environ["AWS_DEFAULT_REGION"] = "eu-west-2"


@pytest.fixture(scope="module")
def vcr_config():
Expand Down

0 comments on commit 5bcd5a7

Please sign in to comment.