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
{{ message }}
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.
We should reduce the occurrences of magic numbers/magic strings
Reference example events as variables (i.e. make events constant globals instead of duplicating the same event over multiple tests)
If an event needs to be modified, you can copy the struct locally and make any changes within the test (this would be the case for say the POST and PUT tests)
The text was updated successfully, but these errors were encountered:
Specifically:
The text was updated successfully, but these errors were encountered: