Skip to content

Commit

Permalink
fix a very small typo in http client tests (esp8266#4633)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmd-azeez authored and igrr committed Apr 11, 2018
1 parent dae30ec commit 4305275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/device/test_http_client/test_http_client.ino
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ TEST_CASE("HTTPS GET request", "[HTTPClient]")
REQUIRE(payload == "hello!!!");
}
{
// request which returns 8000 bytes
// request which returns 4000 bytes
HTTPClient http;
http.begin(getenv("SERVER_IP"), 8088, "/data?size=4000", fp);
auto httpCode = http.GET();
Expand Down

0 comments on commit 4305275

Please sign in to comment.