Skip to content

Commit 9f5ad4d

Browse files
committed
fix for open API mock in CI tests
1 parent 70d9d62 commit 9f5ad4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/BaseTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ protected function setUp(): void
3131
protected function getOpenAPIMockClient(): TheClient
3232
{
3333
$config = new class () extends TheConfig {
34-
public string $apiUrl = 'http://127.0.0.1:1080/';
34+
public string $apiUrl = 'http://openAPImock:1080/';
3535

3636
public function __construct()
3737
{

0 commit comments

Comments
 (0)