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 tests generation logic #1049

Merged
merged 2 commits into from
Oct 29, 2021
Merged

Commits on Oct 29, 2021

  1. fix: fix tests generation logic

    This includes:
    1) Fix test logic for grpc+rest case, when clients with both transports need to be initialized in parametrized tests
    2) Fix 100% coverage problem for rest clients, when the http error (>= 400 error code) case logic was not covered.
    vam-google committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    4f52b27 View commit details
    Browse the repository at this point in the history
  2. fix integration testrs

    vam-google committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    e9d42f5 View commit details
    Browse the repository at this point in the history