Skip to content

Commit

Permalink
chore(functions): use consistent env var names (#5075)
Browse files Browse the repository at this point in the history
Fixes b/153928057
  • Loading branch information
Ace Nassri authored Dec 14, 2020
1 parent ac20658 commit 99f20c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/helloworld/sample_pubsub_test_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import pytest

PROJECT = getenv('GCP_PROJECT')
TOPIC = getenv('TOPIC')
TOPIC = getenv('FUNCTIONS_TOPIC')

assert PROJECT is not None
assert TOPIC is not None
Expand Down

0 comments on commit 99f20c8

Please sign in to comment.