Skip to content

Commit 9254fc8

Browse files
Fixed tests after upstream changes
1 parent 373d87d commit 9254fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/IntegrationTest.php

+1-1
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('The requested repository either does not exist or you do not have access');
44+
$this->expectExceptionMessage('You may not have access to this repository or it no longer exists in this workspace');
4545

4646
$client
4747
->repositories()

0 commit comments

Comments
 (0)