Skip to content

Commit

Permalink
remove scopes to see the unit tests failures
Browse files Browse the repository at this point in the history
  • Loading branch information
ajupazhamayil committed May 23, 2024
1 parent d254501 commit 5b440b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Spanner/src/SpannerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ public function __construct(array $config = [])
$config = $this->buildClientOptions($config);
$config['credentials'] = $this->createCredentialsWrapper(
$config['credentials'],
$config['credentialsConfig'] + ['scopes' => $config['scopes']],
$config['credentialsConfig'],
$config['universeDomain']
);
$this->projectId = $this->detectProjectId($config);
Expand Down

0 comments on commit 5b440b4

Please sign in to comment.