mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +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:
|
||||
then:
|
||||
- logger.log:
|
||||
format: "Response status: %d, Duration: %u ms"
|
||||
format: "Response status: %d, Duration: %lu ms"
|
||||
args:
|
||||
- response->status_code
|
||||
- response->duration_ms
|
||||
- (long) response->duration_ms
|
||||
- http_request.post:
|
||||
url: https://esphome.io
|
||||
headers:
|
||||
|
|
Loading…
Reference in a new issue