From 9ee1b1ffdd77985bac931d4e12d405aa6bbfc8ee Mon Sep 17 00:00:00 2001 From: Adam Nolte Date: Mon, 12 Aug 2024 14:31:35 -0400 Subject: [PATCH] remove log --- src/testing/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/testing/api.ts b/src/testing/api.ts index e8bbbd7..9372bef 100644 --- a/src/testing/api.ts +++ b/src/testing/api.ts @@ -255,7 +255,7 @@ export async function sendTestCaseResult(args: { return resultId; } - console.log('Sending test case result to API: ', args.testCaseHash); + const resp = await client.postToAPI<{ id: string }>({ path: `/runs/${args.runId}/results`, body: {