Skip to content

Commit 8528b24

Browse files
authored
Merge pull request #4 from alexferl/remove_comment
remove comment
2 parents cacc247 + 58cd485 commit 8528b24

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

openapi_test.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,6 @@ func TestOpenAPIWithConfig_FindRoute(t *testing.T) {
121121
}
122122

123123
func TestOpenAPIWithConfig_Request_Validation(t *testing.T) {
124-
/*
125-
"errors":["username: property 'username' is missing"]
126-
"errors":["property 'invalid' is unsupported","username: Field must be set to string or not be present"]}
127-
"errors":["parameter 'username' in path has an error: minimum string length is 2"]}
128-
"errors":["parameter 'limit' in query has an error: number must be at most 100"]}
129-
"errors":["parameter 'x-username' in header has an error: minimum string length is 2"]}
130-
*/
131124
testCases := []struct {
132125
name string
133126
path string

0 commit comments

Comments
 (0)