mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 01:08:27 +00:00
Fix #466
This commit is contained in:
parent
5982b5c360
commit
58909f5917
2 changed files with 16 additions and 11 deletions
|
@ -563,7 +563,7 @@ TEST(DigestAuthTest, FromHTTPWatch) {
|
|||
for (auto path : paths) {
|
||||
auto res = cli.Get(path.c_str());
|
||||
ASSERT_TRUE(res != nullptr);
|
||||
EXPECT_EQ(400, res->status);
|
||||
EXPECT_EQ(401, res->status);
|
||||
}
|
||||
|
||||
// NOTE: Until httpbin.org fixes issue #46, the following test is commented
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue