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

Proper status codes #87

Open
cervenkam opened this issue Jun 27, 2022 · 0 comments
Open

Proper status codes #87

cervenkam opened this issue Jun 27, 2022 · 0 comments
Labels
question Further information is requested

Comments

@cervenkam
Copy link
Collaborator

The function TestValidateTMPFail tests that the validation fails, but because the problem is correctly delivered to the user, the result code of the request is 200 OK. The same applies to the test function TestValidateBadgeFail.

func TestValidateTMPFail(t *testing.T) {

func TestValidateBadgeFail(t *testing.T) { //TODO

Are the results codes obtained from the tested functions correct in this case?

@cervenkam cervenkam added the question Further information is requested label Jun 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant