login_with_invalid_password@auth_request.snap
1 --- 2 source: tests/requests/auth.rs 3 expression: "(response.status_code(), response.text())" 4 --- 5 ( 6 401, 7 "{\"error\":\"unauthorized\",\"description\":\"You do not have permission to access this resource\"}", 8 )