We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 824eaf0 commit 1b94d59Copy full SHA for 1b94d59
tests/IntegrationTest.php
@@ -28,12 +28,12 @@ public function testShowRepo(): void
28
29
$response = $client
30
->repositories()
31
- ->workspaces('atlassian')
32
- ->show('stash-example-plugin');
+ ->workspaces('StyleCI')
+ ->show('test');
33
34
self::assertIsArray($response);
35
self::assertTrue(isset($response['uuid']));
36
- self::assertSame('{7dd600e6-0d9c-4801-b967-cb4cc17359ff}', $response['uuid']);
+ self::assertSame('{e530baa1-ce6e-4d52-a292-0432765c1970}', $response['uuid']);
37
}
38
39
public function testRepoNotFound(): void
@@ -45,7 +45,7 @@ public function testRepoNotFound(): void
45
46
$client
47
48
49
->show('qwertyuiop');
50
51
0 commit comments