feat: harden runtime import and frontend verification workflows
This commit is contained in:
@@ -28,7 +28,7 @@ func (c *Client) ProbeCapabilities(ctx context.Context) (HostCapabilities, error
|
||||
return HostCapabilities{}, err
|
||||
}
|
||||
|
||||
accountTest, err := c.probeEndpoint(ctx, http.MethodGet, "/api/v1/admin/accounts/__probe__/test", nil)
|
||||
accountTest, err := c.probeEndpoint(ctx, http.MethodPost, "/api/v1/admin/accounts/__probe__/test", map[string]any{})
|
||||
if err != nil {
|
||||
return HostCapabilities{}, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user