Skip to content

Commit

Permalink
Merge pull request #166 from tienvx/fix-no-token
Browse files Browse the repository at this point in the history
Fix no token
  • Loading branch information
tienvx authored Feb 28, 2019
2 parents 605b1ba + 21db6a4 commit e808319
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Command/CaptureScreenshotsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ protected function execute(InputInterface $input, OutputInterface $output)
return;
}

$this->setAnonymousToken();

$path = PathBuilder::build($bug->getPath());
$model = $bug->getTask()->getModel();
$subject = $this->subjectManager->createSubject($model);
Expand Down

0 comments on commit e808319

Please sign in to comment.