Skip to content

Commit dd91fb0

Browse files
committed
restore definition
1 parent eaa2e44 commit dd91fb0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/mock/definition.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ type Request struct {
2525
QueryStringParameters Values `json:"queryStringParameters"`
2626
Fragment string `json:"fragment"`
2727
HttpHeaders
28-
OptionalPaths map[string]bool `json:"optionalPaths"`
29-
Body string `json:"body"`
28+
Body string `json:"body"`
3029
}
3130

3231
type Response struct {

0 commit comments

Comments
 (0)