Skip to content

Proper status codes #87

@cervenkam

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?

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