You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
╔═ test_login_flow/3. log in works with cookies[status] ═╗
48
+
200 OK
49
+
╔═ test_login_flow/4. log in fails with fake cookies ═╗
50
+
<!DOCTYPE html>
51
+
<html lang="en">
52
+
<title>
53
+
401 Unauthorized
54
+
</title>
55
+
<h1>
56
+
Unauthorized
57
+
</h1>
58
+
<p>
59
+
The server could not verify that you are authorized to access the URL requested. You either supplied the wrong credentials (e.g. a bad password), or your browser doesn't understand how to supply the credentials required.
60
+
</p>
61
+
</html>
62
+
63
+
╔═ test_login_flow/4. log in fails with fake cookies[md] ═╗
64
+
401 Unauthorized
65
+
66
+
Unauthorized
67
+
68
+
The server could not verify that you are authorized to access the URL requested. You either supplied the wrong credentials (e.g. a bad password), or your browser doesn't understand how to supply the credentials required.
69
+
╔═ test_login_flow/4. log in fails with fake cookies[status] ═╗
0 commit comments