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 1e98c2d commit 1d61528Copy full SHA for 1d61528
tests/integration/src/Repositories/AccessTokenRepositoryTest.php
@@ -116,7 +116,7 @@ public function setUp(): void
116
117
$this->accessTokenEntityMock = $this->createMock(AccessTokenEntity::class);
118
$this->accessTokenEntityFactoryMock = $this->createMock(AccessTokenEntityFactory::class);
119
- $certFolder = dirname(__DIR__, 5) . '/docker/ssp/';
+ $certFolder = dirname(__DIR__, 4) . '/docker/ssp/';
120
$privateKeyPath = $certFolder . ModuleConfig::DEFAULT_PKI_PRIVATE_KEY_FILENAME;
121
$this->privateKey = new CryptKey($privateKeyPath);
122
$this->accessTokenEntityFactory = new AccessTokenEntityFactory(
0 commit comments