Integrate Coolify API client and module for managing Coolify services, enhancing automation and deployment processes.
This commit is contained in:
@@ -100,7 +100,10 @@ it('serves installer artifacts and recovers gateway runtime status after fresh h
|
||||
->assertSuccess();
|
||||
|
||||
expect($heartbeatResponse->data())
|
||||
->toHaveKey('status', 'ONLINE');
|
||||
->toHaveKey('status', 'ONLINE')
|
||||
->and($heartbeatResponse->data()['broker_url'] ?? null)
|
||||
->toBeString()
|
||||
->toContain('/edge-broker');
|
||||
|
||||
$recoveredDetail = api_client()->get('/edge-gateways/' . $gatewayId, $session['headers']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user