Load Dokploy project details for compose data
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user