Project

General

Profile

Actions

Bug #15608

closed

[API] Can't log in using arvbox

Added by Lucas Di Pentima over 6 years ago. Updated over 6 years ago.

Status:
Resolved
Priority:
Normal
Assigned To:
Peter Amstutz
Category:
API
Target version:
-
Story points:
-

Description

When trying arvbox on master (1c3c8f7) on a newly created instance, I couldn't log in after creating a new account.
Switching back to 9c656c5 (while maintaining the same SSO) solved the issue so I think something on the 15558 merge is causing the issue.

Actions #1

Updated by Peter Amstutz over 6 years ago

  • Status changed from New to Resolved
  • Assigned To set to Peter Amstutz

The error was "unknown method act_as_system_user" which was due to "CurrentApiClient" missing from users.rb. This method had test coverage, but somehow act_as_system_user is in scope for the tests, but not during normal execution. Committed the immediate fix, but have not determined why the tests pass when they shouldn't.

Actions

Also available in: Atom PDF