We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fc57c6 commit f56da60Copy full SHA for f56da60
1 file changed
test/api/commands/push.test.ts
@@ -413,6 +413,7 @@ describe('[api] apify push', () => {
413
build: 'latest',
414
memoryMbytes: 1024,
415
shouldPassActorInput: false,
416
+ hostedBy: 'user',
417
});
418
419
if (createdActor) await createdActorClient.delete();
0 commit comments