Skip to content

Commit 12d7c3d

Browse files
Fixed test
1 parent b31332b commit 12d7c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/IntegrationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function testRepoNotFound(): void
4141
$client = new Client();
4242

4343
$this->expectException(RuntimeException::class);
44-
$this->expectExceptionMessage('Repository atlassian/qwertyuiop not found');
44+
$this->expectExceptionMessage('The requested repository either does not exist or you do not have access');
4545

4646
$client
4747
->repositories()

0 commit comments

Comments
 (0)