Skip to content

Commit

Permalink
Fixed network constsant
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmkc committed May 5, 2022
1 parent abe0439 commit a652001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/aiplatform/e2e_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
from google.cloud.aiplatform import initializer

_PROJECT = os.getenv("BUILD_SPECIFIC_GCLOUD_PROJECT")
_VPC_NETWORK_URI = os.getenv("VPC_NETWORK_URI")
_VPC_NETWORK_URI = os.getenv("_VPC_NETWORK_URI")
_LOCATION = "us-central1"


Expand Down

0 comments on commit a652001

Please sign in to comment.