-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
c7n_tencentcloud - tests - support vcr for flight recording #7735
Conversation
jsonpath = "Response.Products[]" | ||
resp = simple_client.execute_query(action, {}) | ||
data = jmespath.search(jsonpath, resp) | ||
assert data |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can this assert additionally some value in the data?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the original idea is just checking whether there is a value.
sure, will add some value next time
@@ -257,9 +261,9 @@ def get_resource_tag(self, resource): | |||
}) | |||
return result | |||
|
|||
def get_resource6(self, resource_id): | |||
def get_resource_qcs(self, resource_id): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
.github/workflows/ci-main.yml
Outdated
@@ -108,7 +108,7 @@ jobs: | |||
shell: bash | |||
run: | | |||
make sphinx | |||
|
|||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit extraneous whitespace
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm overall, thanks
No description provided.