Skip to content

Commit

Permalink
update integration test goldens
Browse files Browse the repository at this point in the history
  • Loading branch information
ajupazhamayil committed May 31, 2024
1 parent 133b6ae commit fc6451b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ private function setDefaultEmulatorConfig(array $options): array
{
$emulatorHost = getenv('SPANNER_EMULATOR_HOST');
if (empty($emulatorHost)) {
return [];
return $options;
}

if ($scheme = parse_url($emulatorHost, PHP_URL_SCHEME)) {
Expand Down

0 comments on commit fc6451b

Please sign in to comment.