Skip to content

Commit 65f9ac5

Browse files
committed
env var
1 parent 56a82b5 commit 65f9ac5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/VCS/Base.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function testGetOwnerName(): void
5151

5252
public function testSearchRepositories(): void
5353
{
54-
$installationId = System::getEnv('INSTALLATION_ID') ?? '';
54+
$installationId = System::getEnv('TESTS_GITHUB_INSTALLATION_ID') ?? '';
5555
['items' => $repos, 'total' => $total] = $this->vcsAdapter->searchRepositories($installationId, 'test-kh', 1, 2);
5656
$this->assertCount(2, $repos);
5757
$this->assertSame(6, $total);

0 commit comments

Comments
 (0)