mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-18 06:24:23 +01:00
Switch default testing/development domain name to examplectf.com (#1807)
* Use `examplectf.com` as testing/development domain instead of `ctfd.io`
This commit is contained in:
@@ -22,7 +22,7 @@ def test_user_cannot_unlock_hint():
|
||||
app = create_ctfd()
|
||||
with app.app_context():
|
||||
with app.test_client():
|
||||
register_user(app, name="user1", email="user1@ctfd.io")
|
||||
register_user(app, name="user1", email="user1@examplectf.com")
|
||||
|
||||
chal = gen_challenge(app.db, value=100)
|
||||
chal_id = chal.id
|
||||
@@ -47,7 +47,7 @@ def test_user_can_unlock_hint():
|
||||
app = create_ctfd()
|
||||
with app.app_context():
|
||||
with app.test_client():
|
||||
register_user(app, name="user1", email="user1@ctfd.io")
|
||||
register_user(app, name="user1", email="user1@examplectf.com")
|
||||
|
||||
chal = gen_challenge(app.db, value=100)
|
||||
chal_id = chal.id
|
||||
|
||||
Reference in New Issue
Block a user