Skip to content

Proper status codes #87

Description

@cervenkam

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions