Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Cleanup event E2E tests #527

Open
Nydauron opened this issue Feb 1, 2023 · 0 comments
Open

Cleanup event E2E tests #527

Nydauron opened this issue Feb 1, 2023 · 0 comments

Comments

@Nydauron
Copy link
Contributor

Nydauron commented Feb 1, 2023

Specifically:

  • 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)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant