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

Some tests are missing port in comparison #872

Closed
busunkim96 opened this issue May 10, 2021 · 0 comments · Fixed by #873 or #1133
Closed

Some tests are missing port in comparison #872

busunkim96 opened this issue May 10, 2021 · 0 comments · Fixed by #873 or #1133
Assignees
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@busunkim96
Copy link
Contributor

busunkim96 commented May 10, 2021

Noticed in googleapis/python-aiplatform#377

Correct:

create_channel.assert_called_with(
"{{ host }}{% if ":" not in service.host %}:443{% endif %}",

Missing:

create_channel.assert_called_with(
"{{ host }}",

@busunkim96 busunkim96 added type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. priority: p2 Moderately-important priority. Fix may not be included in next release. labels May 10, 2021
@busunkim96 busunkim96 self-assigned this May 10, 2021
@busunkim96 busunkim96 changed the title Some tests are missing optional port in comparison Some tests are missing port in comparison May 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment