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

server app must check http status code #97

Open
edublancas opened this issue Dec 12, 2023 · 0 comments
Open

server app must check http status code #97

edublancas opened this issue Dec 12, 2023 · 0 comments

Comments

@edublancas
Copy link
Contributor

there are a bunch of places where we're making requests but we're not checking that the response code is 200. we should do it and then show an error if the code is != 200

res = make_request(headers=headers, files=upload_files)

we should also add a ui test to ensure that the response error is shown if the code is != 200

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

No branches or pull requests

1 participant