Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace status codes with HTTPStatus #31

Merged

Conversation

EvilDrPurple
Copy link

Fixes

Description

  • All hard coded HTTP status codes have been replaced with HTTPStatus enums

Copy link

@maxachis maxachis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a glance, it looks good! But I also want to be sure that these changes don't cause any of the tests to fail. Using the instructions available, are you able to run these tests and confirm their functionality, or is there something missing (including potentially environment variables needed to run the tests.

I could check out this branch myself and verify, but it's also useful for me to know if the tests I've designed are accessible and useable by other developers.

@EvilDrPurple
Copy link
Author

@maxachis tested and all passed!

@maxachis
Copy link

@maxachis tested and all passed!

@EvilDrPurple Excellent! Next on the agenda is setting up the system to run these tests automatically on particular pull requests, but this is a good start! Approved!

@maxachis maxachis merged commit 67dcfcc into dev Jun 21, 2024
7 of 10 checks passed
@maxachis maxachis deleted the 319-replace-hardcoded-http-status-values-with-httphttpstatus branch June 21, 2024 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants