Skip to content

Commit 914c473

Browse files
authored
feat: add assertions to CheckGroup's API check defaults (#1027)
1 parent 4433bdf commit 914c473

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)