Skip to content

Commit 1b94d59

Browse files
Update IntegrationTest.php
1 parent 824eaf0 commit 1b94d59

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/IntegrationTest.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ public function testShowRepo(): void
2828

2929
$response = $client
3030
->repositories()
31-
->workspaces('atlassian')
32-
->show('stash-example-plugin');
31+
->workspaces('StyleCI')
32+
->show('test');
3333

3434
self::assertIsArray($response);
3535
self::assertTrue(isset($response['uuid']));
36-
self::assertSame('{7dd600e6-0d9c-4801-b967-cb4cc17359ff}', $response['uuid']);
36+
self::assertSame('{e530baa1-ce6e-4d52-a292-0432765c1970}', $response['uuid']);
3737
}
3838

3939
public function testRepoNotFound(): void
@@ -45,7 +45,7 @@ public function testRepoNotFound(): void
4545

4646
$client
4747
->repositories()
48-
->workspaces('atlassian')
48+
->workspaces('StyleCI')
4949
->show('qwertyuiop');
5050
}
5151
}

0 commit comments

Comments
 (0)