Skip to content

Commit b8c8405

Browse files
fix: add raise_error option to API request in extractScreenshotUrls function
1 parent fc79dd4 commit b8c8405

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/automate-utils/fetch-screenshots.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ async function extractScreenshotUrls(
2121
"Content-Type": "application/json",
2222
Authorization: `Basic ${auth}`,
2323
},
24+
raise_error: false,
2425
});
2526

2627
await assertOkResponse(response, "Session");

0 commit comments

Comments
 (0)