Skip to content

Commit

Permalink
fix: remove duplicate traitmethod
Browse files Browse the repository at this point in the history
  • Loading branch information
glasnt committed Dec 14, 2023
1 parent 098f81f commit 9a5f14f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions functions/helloworld_log/test/DeployTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

use Google\Auth\ApplicationDefaultCredentials;
use Google\Cloud\TestUtils\DeploymentTrait;
use Google\Cloud\TestUtils\CloudFunctionDeploymentTrait;
use Google\Cloud\TestUtils\TestTrait;
use GuzzleHttp\Client;
use GuzzleHttp\HandlerStack;
Expand All @@ -42,15 +41,13 @@ class DeployTest extends TestCase
{
use DeploymentTrait;
use TestCasesTrait;
use CloudFunctionDeploymentTrait;
use TestTrait;

private static $entryPoint = 'helloLogging';

public function testFunction(): void
{
foreach (self::cases() as $test) {

$targetAudience = self::getBaseUri();
// create middleware
$middleware = ApplicationDefaultCredentials::getIdTokenMiddleware($targetAudience);
Expand Down

0 comments on commit 9a5f14f

Please sign in to comment.