File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 21
21
import iam
22
22
23
23
UUID = uuid .uuid4 ().hex
24
- PROJECT = os .environ ["GCLOUD_PROJECT " ]
24
+ PROJECT = os .environ ["GOOGLE_CLOUD_PROJECT " ]
25
25
TOPIC = "iam-test-topic-" + UUID
26
26
SUBSCRIPTION = "iam-test-subscription-" + UUID
27
27
Original file line number Diff line number Diff line change 24
24
import publisher
25
25
26
26
UUID = uuid .uuid4 ().hex
27
- PROJECT = os .environ ["GCLOUD_PROJECT " ]
27
+ PROJECT = os .environ ["GOOGLE_CLOUD_PROJECT " ]
28
28
TOPIC_ADMIN = "publisher-test-topic-admin-" + UUID
29
29
TOPIC_PUBLISH = "publisher-test-topic-publish-" + UUID
30
30
Original file line number Diff line number Diff line change 25
25
26
26
27
27
UUID = uuid .uuid4 ().hex
28
- PROJECT = os .environ ["GCLOUD_PROJECT " ]
28
+ PROJECT = os .environ ["GOOGLE_CLOUD_PROJECT " ]
29
29
TOPIC = "quickstart-pub-test-topic-" + UUID
30
30
31
31
Original file line number Diff line number Diff line change 25
25
26
26
27
27
UUID = uuid .uuid4 ().hex
28
- PROJECT = os .environ ["GCLOUD_PROJECT " ]
28
+ PROJECT = os .environ ["GOOGLE_CLOUD_PROJECT " ]
29
29
TOPIC = "quickstart-sub-test-topic-" + UUID
30
30
SUBSCRIPTION = "quickstart-sub-test-topic-sub-" + UUID
31
31
Original file line number Diff line number Diff line change 22
22
import subscriber
23
23
24
24
UUID = uuid .uuid4 ().hex
25
- PROJECT = os .environ ["GCLOUD_PROJECT " ]
25
+ PROJECT = os .environ ["GOOGLE_CLOUD_PROJECT " ]
26
26
TOPIC = "subscription-test-topic-" + UUID
27
27
DEAD_LETTER_TOPIC = "subscription-test-dead-letter-topic-" + UUID
28
28
SUBSCRIPTION_ADMIN = "subscription-test-subscription-admin-" + UUID
You can’t perform that action at this time.
0 commit comments