mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
tcp_transport/test: Fix wrong use of transport in set-interface
This commit is contained in:
parent
bcb5e72552
commit
70361fc35d
@ -416,7 +416,7 @@ TEST_CASE("ws_transport: Keep alive test", "[tcp_transport]")
|
||||
|
||||
// Bind device interface to loopback
|
||||
TEST_TRANSPORT_BIND_IFNAME();
|
||||
esp_transport_ssl_set_interface_name(ws, &ifr);
|
||||
esp_transport_ssl_set_interface_name(ssl, &ifr);
|
||||
|
||||
tcp_transport_keepalive_test(ws, &keep_alive_cfg);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user