We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a82b5 commit 65f9ac5Copy full SHA for 65f9ac5
1 file changed
tests/VCS/Base.php
@@ -51,7 +51,7 @@ public function testGetOwnerName(): void
51
52
public function testSearchRepositories(): void
53
{
54
- $installationId = System::getEnv('INSTALLATION_ID') ?? '';
+ $installationId = System::getEnv('TESTS_GITHUB_INSTALLATION_ID') ?? '';
55
['items' => $repos, 'total' => $total] = $this->vcsAdapter->searchRepositories($installationId, 'test-kh', 1, 2);
56
$this->assertCount(2, $repos);
57
$this->assertSame(6, $total);
0 commit comments