Skip to content

Commit

Permalink
fix: Interaction response status can only be a number not a Matcher (…
Browse files Browse the repository at this point in the history
…Typescript type)
  • Loading branch information
beckerei authored Dec 30, 2021
1 parent eeb135b commit 9904eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dsl/interaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export interface RequestOptions {
}

export interface ResponseOptions {
status: number | MatcherResult
status: number
headers?: { [name: string]: string | MatcherResult }
body?: any
}
Expand Down

0 comments on commit 9904eca

Please sign in to comment.