Actions
Testing #778
closedMaintenance #754: Support Redmine 4.2.4
Fix broken test in Redmine MyControllerTest
Start date:
Due date:
% Done:
100%
Estimated time:
Affected component:
Compatible Redmine Version:
Pull Request Link:
Description
The following test in new in Redmine 4.2.4:
FAIL MyControllerTest#test_reset_api_key_without_existing_key (42.59s)
Expected #<Token id: 3, user_id: 2, action: "api", value: "0c7324e37bf7639686c3a726eef82de1651e0afd", created_on: "2022-03-06 18:10:26", updated_on: "2022-03-06 18:10:26"> to be nil.
test/functional/my_controller_test.rb:827:in `test_reset_api_key_without_existing_key'
Updated by liaham about 3 years ago
- Copied to Testing #779: Fix broken test in Redmine MyControllerTest added
Actions