Cleans up tests.

This commit is contained in:
Joao Patricio
2023-03-31 17:54:55 +01:00
parent cd31ec8db1
commit a642cc2470
3 changed files with 9 additions and 19 deletions

View File

@@ -31,7 +31,7 @@ class RunRemoteProcess
/**
* Create a new job instance.
*/
public function __construct(Activity $activity, bool $hideFromOutput)
public function __construct(Activity $activity, bool $hideFromOutput = false)
{
if ($activity->getExtraProperty('type') !== ActivityTypes::REMOTE_PROCESS->value && $activity->getExtraProperty('type') !== ActivityTypes::DEPLOYMENT->value) {