Skip to content

Commit 6d83f6d

Browse files
Fix erroneous unit test 2
1 parent 1c37d57 commit 6d83f6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unittest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2800,7 +2800,7 @@ TEST_CASE("option_header_passed_in_full")
28002800
};
28012801

28022802
std::string request =
2803-
"OPTIONS /echo HTTP/1.1\r\n";
2803+
"OPTIONS /echo HTTP/1.1\r\n\r\n";
28042804

28052805
auto res = make_request(request);
28062806
CHECK(res.find(ServerName) != std::string::npos);

0 commit comments

Comments
 (0)