mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
fix a very small typo in http client tests (#4633)
This commit is contained in:
parent
dae30eccbe
commit
4305275f8d
@ -75,7 +75,7 @@ TEST_CASE("HTTPS GET request", "[HTTPClient]")
|
|||||||
REQUIRE(payload == "hello!!!");
|
REQUIRE(payload == "hello!!!");
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
// request which returns 8000 bytes
|
// request which returns 4000 bytes
|
||||||
HTTPClient http;
|
HTTPClient http;
|
||||||
http.begin(getenv("SERVER_IP"), 8088, "/data?size=4000", fp);
|
http.begin(getenv("SERVER_IP"), 8088, "/data?size=4000", fp);
|
||||||
auto httpCode = http.GET();
|
auto httpCode = http.GET();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user