You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please see #614 (comment) and complete ONLY one of the following two optional tasks with regards to all hard coded values within all controller tests:
value to be moved into either a separate test setup or a configuration file
move the hardcoded values into a configuration file that is loaded into the module
Introduce a mock library to avoid physical creation of mocks and read mock data from jsons
Reference
Comment from PR where this was brought up in PR #614 (comment)
Questions
-None
Assumptions
None
Acceptance
All hardcoded values within tests should be collectively altered in a fashion described in either option 1 or 2 from above. The same option should be applied to all hardcoded values within the scope of this issue.
Tasks
All hardcoded values within controller tests have been moved into either a separate test setup or a configuration file
OR
All hardcoded values within controller tests have been moved into a configuration file that is loaded into the module
The text was updated successfully, but these errors were encountered:
Overview
Please see #614 (comment) and complete ONLY one of the following two optional tasks with regards to all hard coded values within all controller tests:
Reference
Questions
-None
Assumptions
Acceptance
Tasks
OR
The text was updated successfully, but these errors were encountered: