support http put and delete

This commit is contained in:
zhangzifa
2019-03-12 15:29:44 +08:00
committed by Jackson Tian
parent 85e2f3ebe4
commit c99809b8e4
17 changed files with 205 additions and 521 deletions

View File

@@ -21,7 +21,7 @@ namespace {
auto outcome = client.describeNatGateways(request);
EXPECT_TRUE(outcome.isSuccess());
EXPECT_TRUE(outcome.error().errorCode().empty());
EXPECT_TRUE(outcome.result().getTotalCount() == 0);
EXPECT_TRUE(outcome.result().getTotalCount() >= 0);
ShutdownSdk();
}
}