Actions
Defect #40389
closedMissing fixture: add :groups_users fixture to Redmine::ApiTest::UsersTest
Status:
Closed
Priority:
Normal
Assignee:
Category:
Code cleanup/refactoring
Target version:
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Hello
The new test "GET /users.json with legacy filter params" in Redmine::ApiTest::UsersTest
is failing if we run it alone.
We should add the fixture "groups_users" in the users_test.rb file.
Updated by Go MAEDA about 1 year ago
- Status changed from New to Confirmed
It is reproducible with the following steps.
RAILS_ENV=test bin/rake db:reset ruby test/integration/api_test/users_test.rb
Updated by Marius BĂLTEANU about 1 year ago
- Status changed from Confirmed to Closed
- Assignee set to Marius BĂLTEANU
- Resolution set to Fixed
Committed, thanks!
Actions