Skip to content

Commit

Permalink
✅ test: set testing key
Browse files Browse the repository at this point in the history
  • Loading branch information
ljnsn committed Mar 6, 2024
1 parent 464d773 commit 36eed9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def _session_start() -> None:
def api_key() -> str:
"""Load the API key from the environment."""
load_dotenv()
return os.environ["COINAPI_KEY"]
return os.environ.get("COINAPI_KEY", "testing")


@pytest.fixture()
Expand Down

0 comments on commit 36eed9c

Please sign in to comment.