Load Dokploy project details for compose data

This commit is contained in:
Codex Agent
2026-01-29 11:00:53 +01:00
parent 0ad8b9d8a9
commit 1ca2cdf2a8
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',