Skip to content

Commit

Permalink
Pointer for mockserver delay
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Garcez <s.garcez@thebeat.co>
  • Loading branch information
sgarcez committed Sep 20, 2021
1 parent 95622e7 commit 0973807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/component/mockserver/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type Delay struct {
type Response struct {
Status int `json:"statusCode"`
Body interface{} `json:"body"`
Delay Delay `json:"delay,omitempty"`
Delay *Delay `json:"delay,omitempty"`
}

// CallTimes configures the call times for an expectation.
Expand Down

0 comments on commit 0973807

Please sign in to comment.