We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf66b10 commit d37cb59Copy full SHA for d37cb59
tests/Integration/OIDCTest.php
@@ -26,7 +26,7 @@ final class OIDCTest extends TestCase
26
public function testConnect(): void
27
{
28
$this->expectNotToPerformAssertions();
29
- if (!array_key_exists('ACCESS_TOKEN_BEARER', $_ENV) || !is_string($_ENV['ACCESS_TOKEN_BEARER'])) {
+ if (!array_key_exists('ACCESS_TOKEN_BEARER', $_ENV) || $_ENV['ACCESS_TOKEN_BEARER')) {
30
$this->markTestSkipped('No OIDC token provided');
31
}
32
0 commit comments