support http put and delete
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user