This commit is contained in:
yhirose 2020-05-10 15:58:53 -04:00
parent 5982b5c360
commit 58909f5917
2 changed files with 16 additions and 11 deletions

View file

@ -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