mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
feat(unity): upgrade to 2.6.0-RC1
This commit is contained in:
@@ -92,7 +92,7 @@ httpd_handle_t test_httpd_start(uint16_t id)
|
||||
config.max_uri_handlers = HTTPD_TEST_MAX_URI_HANDLERS;
|
||||
config.server_port += id;
|
||||
config.ctrl_port += id;
|
||||
TEST_ASSERT(httpd_start(&hd, &config) == ESP_OK)
|
||||
TEST_ASSERT(httpd_start(&hd, &config) == ESP_OK);
|
||||
return hd;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user