Skip to content

Commit ff3d936

Browse files
committed
chore(PubSub): Adding GCPServiceAccount and AWSRoleArn class variables to pubsubTest
1 parent 4a9b7a7 commit ff3d936

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pubsub/api/test/pubsubTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* Copyright 2016 Google Inc.
45
*
@@ -32,6 +33,8 @@ class PubSubTest extends TestCase
3233
use EventuallyConsistentTestTrait;
3334

3435
private static $eodSubscriptionId;
36+
private static $awsRoleArn = 'arn:aws:iam::111111111111:role/fake-role-name';
37+
private static $gcpServiceAccount = '[email protected]';
3538

3639
public static function setUpBeforeClass(): void
3740
{

0 commit comments

Comments
 (0)