mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-18 06:24:23 +01:00
Bump Dependencies (#2332)
* Bump dependencies * Closes #2300 * Closes #2331
This commit is contained in:
@@ -18,7 +18,7 @@ def test_oauth_not_configured():
|
||||
with app.app_context():
|
||||
with app.test_client() as client:
|
||||
r = client.get("/oauth", follow_redirects=False)
|
||||
assert r.location == "http://localhost/login"
|
||||
assert r.location == "/login"
|
||||
r = client.get(r.location)
|
||||
resp = r.get_data(as_text=True)
|
||||
assert "OAuth Settings not configured" in resp
|
||||
|
||||
Reference in New Issue
Block a user