Load Dokploy project details for compose data
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled

This commit is contained in:
Codex Agent
2026-01-29 11:00:53 +01:00
parent dba0cd5882
commit 87f348462b
3 changed files with 45 additions and 7 deletions

View File

@@ -24,7 +24,7 @@ class DokployPlatformHealthWidgetTest extends TestCase
]);
$fakeClient = Mockery::mock(DokployClient::class);
$fakeClient->shouldReceive('findProject')
$fakeClient->shouldReceive('project')
->with('proj_1')
->andReturn([
'projectId' => 'proj_1',