Skip to content

Commit 7d54fdb

Browse files
Soumya Mukhopadhyaydaveshanley
authored andcommitted
Address #78
1 parent 8d7a6ad commit 7d54fdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

parameters/path_parameters.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ func (v *paramValidator) ValidatePathParams(request *http.Request) (bool, []*err
8888
//Mandatory path parameter cannot be empty
8989
if p.Required != nil && *p.Required {
9090
validationErrors = append(validationErrors, errors.PathParameterMissing(p))
91+
break
9192
}
9293
continue
9394
}

0 commit comments

Comments
 (0)