Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Nov 18, 2024
1 parent e6cfc6e commit 8fae8d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/phpunit/src/Commands/Api/ApiCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ public function testTaskWait(): void

public function testArgumentsInteraction(): void
{
$this->clientProphecy->addOption('headers', ['Accept' => 'application/hal+json, version=2'])
->shouldBeCalled();
$this->mockRequest('getEnvironmentsLog', ['289576-53785bca-1946-4adc-a022-e50d24686c20', 'apache-access']);
$this->command = $this->getApiCommandByName('api:environments:log-download');
$this->executeCommand([], [
'289576-53785bca-1946-4adc-a022-e50d24686c20',
Expand Down

0 comments on commit 8fae8d7

Please sign in to comment.