Skip to content

Commit

Permalink
support context in fixture request (#1008)
Browse files Browse the repository at this point in the history
* support context in fixture request

* make field optional
  • Loading branch information
etsai-stripe committed Dec 2, 2022
1 parent c698bbe commit eab26d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/fixtures/fixtures.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ type FixtureRequest struct {
Path string `json:"path"`
Method string `json:"method"`
Params map[string]interface{} `json:"params"`
Context string `json:"context,omitempty"`
}

// FixtureQuery describes the query in fixture request
Expand Down

0 comments on commit eab26d8

Please sign in to comment.