mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-17 22:14:25 +01:00
Bump Dependencies (#2332)
* Bump dependencies * Closes #2300 * Closes #2331
This commit is contained in:
@@ -44,5 +44,5 @@ def test_api_hint_404():
|
||||
for endpoint in endpoints:
|
||||
r = client.get(endpoint.format(1))
|
||||
assert r.status_code == 302
|
||||
assert r.location.startswith("http://localhost/login")
|
||||
assert r.location.startswith("/login")
|
||||
destroy_ctfd(app)
|
||||
|
||||
Reference in New Issue
Block a user