Skip to content

Commit

Permalink
fix(Datastore): migrate to env var PROJECT_ID (#5757)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwarajanand authored Jan 6, 2023
1 parent 7c3d9d0 commit 560e3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Datastore/tests/System/DatastoreMultipleDbTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public static function set_up_multi_db_before_class()
if (self::$hasSetUp) {
return;
}
self::$projectId = getenv('GOOGLE_PROJECT_ID');
self::$projectId = getenv('PROJECT_ID');

$config = [
'keyFilePath' => getenv('GOOGLE_CLOUD_PHP_TESTS_KEY_PATH'),
Expand Down

0 comments on commit 560e3b3

Please sign in to comment.