Closed
Bug 1502181
Opened 6 years ago
Closed 6 years ago
MockParams should set user/verify authentication classes to match production
Categories
(bugzilla.mozilla.org :: Continous Integration, enhancement)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dkl, Assigned: dkl)
Details
Attachments
(1 file)
Currently login does not work in the Mojo test environment because the user_info_class and user_verify_class do not match what is set in production. They need to be set to GitHubAuth,CGI and GitHubAuth,DB respectively. When GitHubAuth is missing, /login does not work due to how the GitHubAuth extension is configured.
Assignee | ||
Comment 1•6 years ago
|
||
Comment 2•6 years ago
|
||
Merged to master.
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•