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:
@@ -11,7 +11,7 @@ def test_ctfd_setup_redirect():
|
||||
with app.test_client() as client:
|
||||
r = client.get("/users")
|
||||
assert r.status_code == 302
|
||||
assert r.location == "http://localhost/setup"
|
||||
assert r.location == "/setup"
|
||||
|
||||
# Files in /themes load properly
|
||||
r = client.get("/themes/core/static/css/main.dev.css")
|
||||
@@ -52,5 +52,5 @@ def test_ctfd_setup_verification():
|
||||
data["email"] = "admin@examplectf.com"
|
||||
r = client.post("/setup", data=data)
|
||||
assert r.status_code == 302
|
||||
assert r.location == "http://localhost/"
|
||||
assert r.location == "/"
|
||||
destroy_ctfd(app)
|
||||
|
||||
Reference in New Issue
Block a user