Skip to content
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

fix: fix rest transport unit test template #741

Merged
merged 1 commit into from
Jan 21, 2021
Merged

Conversation

arithmetic1728
Copy link
Collaborator

Follow up fix of #730

When regenerating python-compute, I noticed some unit test failure due to missing status code in the mock response. This PR adds status code to the mock response in the template.

@arithmetic1728 arithmetic1728 requested a review from a team as a code owner January 21, 2021 00:27
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Jan 21, 2021
@codecov
Copy link

codecov bot commented Jan 21, 2021

Codecov Report

Merging #741 (92b755f) into master (e5cb1d1) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #741   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           27        27           
  Lines         1619      1619           
  Branches       328       328           
=========================================
  Hits          1619      1619           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e5cb1d1...92b755f. Read the comment docs.

Copy link
Contributor

@busunkim96 busunkim96 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are the generated unit tests for the REST transport not getting run in CI?

@arithmetic1728
Copy link
Collaborator Author

Are the generated unit tests for the REST transport not getting run in CI?

Looking at the testing log, it seems CI only generates and runs grpc unit tests. Filed an issue for this: #744

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants