Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit 052cd6d

Browse files
committed
remove key from conftest.py
1 parent 4b2658c commit 052cd6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ def client(app):
1818
app.config["SQLALCHEMY_DATABASE_URI"] = "sqlite:///:memory:"
1919
app.config["MAIL_SUPPRESS_SEND"] = True
2020
app.config["CODE_CHALLENGE_START"] = time.time()
21-
app.config["MG_PRIVATE_KEY"] = 'key-e49d7f79a91021260574182a48a482e8'
2221

2322
with app.test_client() as client:
2423
with app.app_context():

0 commit comments

Comments
 (0)