chore(deps): update dependency eslint to ^9.11.1 #3006
You are viewing an older attempt in the history of this workflow run.
View latest attempt.
Triggered via pull request
September 23, 2024 19:24
Status
Failure
Total duration
3m 46s
Artifacts
–
Annotations
2 errors
packages/integrations/test/home-assistant.spec.ts > Home Assistant integration > Test connection should work:
packages/integrations/test/home-assistant.spec.ts#L27
AssertionError: promise rejected "Error: Checking integration connection fa… { …(3) }" instead of resolving
❯ packages/integrations/test/home-assistant.spec.ts:27:28
Caused by: Caused by: Error: Checking integration connection failed
❯ throwErrorByStatusCode packages/integrations/src/base/integration.ts:102:13
❯ HomeAssistantIntegration.handleTestConnectionResponseAsync packages/integrations/src/base/integration.ts:77:7
❯ HomeAssistantIntegration.testConnectionAsync packages/integrations/src/homeassistant/homeassistant-integration.ts:61:5
❯ actAsync packages/integrations/test/home-assistant.spec.ts:24:34
❯ packages/integrations/test/home-assistant.spec.ts:27:5
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { flattenResult: { key: 'unauthorized', message: undefined }, key: 'unauthorized', detailMessage: undefined, flatten: 'Function<flatten>' }
|
test
Process completed with exit code 1.
|