mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-17 22:14:25 +01:00
WIP: Add form globals (#1469)
* Work on #1467 * Creates the Form global which will contain all forms.
This commit is contained in:
@@ -277,7 +277,7 @@ def test_contact_for_password_reset():
|
||||
forgot_link = "http://localhost/reset_password"
|
||||
r = client.get(forgot_link)
|
||||
|
||||
assert "Contact a CTF organizer" in r.get_data(as_text=True)
|
||||
assert "contact an organizer" in r.get_data(as_text=True)
|
||||
destroy_ctfd(app)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user