Skip to content

Commit ee23053

Browse files
committed
updates conftest
1 parent db6b3ec commit ee23053

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/conftest.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ def pytest_configure(config):
8080
os.environ.setdefault("STATIC_ROOT", "/tmp/media/")
8181
os.environ.setdefault("TEST_EMAIL_SENDER", "sender@example.com")
8282
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"]
8683

8784
os.environ["MAILJET_API_KEY"] = "11"
8885
os.environ["MAILJET_SECRET_KEY"] = "11"

0 commit comments

Comments
 (0)