We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db6b3ec commit ee23053Copy full SHA for ee23053
tests/conftest.py
@@ -80,9 +80,6 @@ def pytest_configure(config):
80
os.environ.setdefault("STATIC_ROOT", "/tmp/media/")
81
os.environ.setdefault("TEST_EMAIL_SENDER", "sender@example.com")
82
os.environ.setdefault("TEST_EMAIL_RECIPIENT", "recipient@example.com")
83
- del os.environ["HOPE_API_URL"]
84
- del os.environ["HOPE_API_TOKEN"]
85
- del os.environ["AURORA_API_URL"]
86
87
os.environ["MAILJET_API_KEY"] = "11"
88
os.environ["MAILJET_SECRET_KEY"] = "11"
0 commit comments