apify-test-tools 0.5.4 → 0.5.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/lib.ts CHANGED
@@ -253,7 +253,7 @@ const createStartRunFn = <T>(actorNameOrId: string, testContext: TestContext) =>
253
253
  ...(prefilledInput && (await getActorPrefilledInput(apifyClient, actorNameOrId, buildId))),
254
254
  ...input,
255
255
  };
256
- const run = await actor.call(actorInput, { build, ...options });
256
+ const run = await actor.call(actorInput, { build, log: null, ...options });
257
257
 
258
258
  const runLink = generateRunLink(run);
259
259
  await annotate(`${task.name} - ${runLink}`, 'run_link');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apify-test-tools",
3
- "version": "0.5.4",
3
+ "version": "0.5.5",
4
4
  "type": "module",
5
5
  "description": "TBD",
6
6
  "engines": {