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
-- Pass: Does not crash on 401, and passes error message
69
+
-- Fail: Crash, or returned error is wrong
70
+
it("does not crash on 401", function()
71
+
localjson='"{"error":"invalid_token","error_description":"The access token provided is invalid or has expired"}"'
72
+
localheader=[[HTTP/1.1 401 Unauthorized
73
+
Date: Fri, 24 Apr 2026 07:30:38 GMT
74
+
Content-Type: application/json
75
+
Transfer-Encoding: chunked
76
+
Connection: keep-alive
77
+
Server: cloudflare
78
+
WWW-Authenticate: Bearer realm="pathofexile:production", error="invalid_token", error_description="The access token provided is invalid or has expired"
0 commit comments