Skip to content

Commit 4305275

Browse files
mhmd-azeezigrr
authored andcommitted
fix a very small typo in http client tests (#4633)
1 parent dae30ec commit 4305275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/device/test_http_client/test_http_client.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ TEST_CASE("HTTPS GET request", "[HTTPClient]")
7575
REQUIRE(payload == "hello!!!");
7676
}
7777
{
78-
// request which returns 8000 bytes
78+
// request which returns 4000 bytes
7979
HTTPClient http;
8080
http.begin(getenv("SERVER_IP"), 8088, "/data?size=4000", fp);
8181
auto httpCode = http.GET();

0 commit comments

Comments
 (0)