Skip to content

Commit a3522c4

Browse files
authored
Fix cloud related HTTP tests (#495)
1 parent f7bb118 commit a3522c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/unit/tests/test_http_client.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class HttpClientUnitTest : public HttpTest {
5151
OStringStream ss;
5252

5353
ss << "GET / HTTP/1.0\r\n"
54-
<< "Host: " HTTP_MOCK_SERVER_IP << ":" << HTTP_MOCK_SERVER_PORT << "\r\n"
54+
<< "Host: " HTTP_MOCK_SERVER_IP "\r\n"
5555
<< "User-Agent: cpp-driver/" << driver_version() << "\r\nAccept: */*\r\n\r\n";
5656

5757
return ss.str();

0 commit comments

Comments
 (0)