Actions
Bug #15608
closed[API] Can't log in using arvbox
Status:
Resolved
Priority:
Normal
Assigned To:
Peter Amstutz
Category:
API
Target version:
-
Story points:
-
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