turn on failing test to check an error message
This commit is contained in:
parent
edd4170532
commit
5e0d5b6db2
@ -18,7 +18,7 @@ TEST(curltest, curltest) {
|
||||
std::cout << value << std::endl;
|
||||
}, [](auto){}
|
||||
);
|
||||
if (false) {
|
||||
if (true) {
|
||||
auto socket = network->getConnection(network->connect("localhost", 8000));
|
||||
const char* string = "GET / HTTP/1.1\r\nHost: localhost\r\n\r\n";
|
||||
socket->send(string, strlen(string));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user