Skip to content

Commit

Permalink
Completes test coverage for Insights getEnvironment method.
Browse files Browse the repository at this point in the history
  • Loading branch information
typhonius committed Jan 7, 2020
1 parent 70664da commit f28f870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Endpoints/InsightsTest.php
Expand Up @@ -78,7 +78,7 @@ public function testGetEnvironmentInsights()

/** @var \AcquiaCloudApi\CloudApi\ClientInterface $client */
$insights = new Insights($client);
$result = $insights->getAll('8ff6c046-ec64-4ce4-bea6-27845ec18600');
$result = $insights->getEnvironment('8ff6c046-ec64-4ce4-bea6-27845ec18600');

$this->assertInstanceOf('\ArrayObject', $result);
$this->assertInstanceOf('\AcquiaCloudApi\Response\InsightsResponse', $result);
Expand Down

0 comments on commit f28f870

Please sign in to comment.