Skip to content

Commit af2b184

Browse files
committed
feat: add assertions to CheckGroup's API check defaults
1 parent 18857dc commit af2b184

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cli/src/constructs/api-check.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ export type ApiCheckDefaultConfig = {
7373
headers?: Array<HttpHeader>
7474
queryParameters?: Array<QueryParam>
7575
basicAuth?: BasicAuth
76+
assertions?: Array<Assertion>
7677
}
7778

7879
export interface Request {

0 commit comments

Comments
 (0)