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
Describe the bug
Our tests missed this breaking change: #108
This is because the test imports the source code setting value and uses it in the test. So when the source code and test was changed it wasn't clear that the actual response of the API had changed as the tests continued passing with the new setting key value.
For these things that should not change, we should hardcode the value in the tests themselves to ensure that if someone accidentally changes the source code it is caught in the test.
The text was updated successfully, but these errors were encountered:
Describe the bug
Our tests missed this breaking change: #108
This is because the test imports the source code setting value and uses it in the test. So when the source code and test was changed it wasn't clear that the actual response of the API had changed as the tests continued passing with the new setting key value.
For these things that should not change, we should hardcode the value in the tests themselves to ensure that if someone accidentally changes the source code it is caught in the test.
The text was updated successfully, but these errors were encountered: