We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 373d87d commit 9254fc8Copy full SHA for 9254fc8
tests/IntegrationTest.php
@@ -41,7 +41,7 @@ public function testRepoNotFound(): void
41
$client = new Client();
42
43
$this->expectException(RuntimeException::class);
44
- $this->expectExceptionMessage('The requested repository either does not exist or you do not have access');
+ $this->expectExceptionMessage('You may not have access to this repository or it no longer exists in this workspace');
45
46
$client
47
->repositories()
0 commit comments