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 b31332b commit 12d7c3dCopy full SHA for 12d7c3d
tests/IntegrationTest.php
@@ -41,7 +41,7 @@ public function testRepoNotFound(): void
41
$client = new Client();
42
43
$this->expectException(RuntimeException::class);
44
- $this->expectExceptionMessage('Repository atlassian/qwertyuiop not found');
+ $this->expectExceptionMessage('The requested repository either does not exist or you do not have access');
45
46
$client
47
->repositories()
0 commit comments