Skip to content

Commit 97a0614

Browse files
authored
Merge pull request #784 from beckerei/fix-response-option-type
Fix interaction response status type
2 parents eeb135b + 9904eca commit 97a0614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dsl/interaction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export interface RequestOptions {
2222
}
2323

2424
export interface ResponseOptions {
25-
status: number | MatcherResult
25+
status: number
2626
headers?: { [name: string]: string | MatcherResult }
2727
body?: any
2828
}

0 commit comments

Comments
 (0)