mirror of
https://github.com/esphome/esphome.git
synced 2024-11-22 06:58:11 +01:00
[CI-http_request] Test fix for IDF 5+ (#6919)
This commit is contained in:
parent
d604c8ae64
commit
41f810f828
1 changed files with 2 additions and 2 deletions
|
@ -15,10 +15,10 @@ esphome:
|
||||||
on_response:
|
on_response:
|
||||||
then:
|
then:
|
||||||
- logger.log:
|
- logger.log:
|
||||||
format: "Response status: %d, Duration: %u ms"
|
format: "Response status: %d, Duration: %lu ms"
|
||||||
args:
|
args:
|
||||||
- response->status_code
|
- response->status_code
|
||||||
- response->duration_ms
|
- (long) response->duration_ms
|
||||||
- http_request.post:
|
- http_request.post:
|
||||||
url: https://esphome.io
|
url: https://esphome.io
|
||||||
headers:
|
headers:
|
||||||
|
|
Loading…
Reference in a new issue