Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit 3ba7c34

Browse files
committed
revert test
1 parent f192273 commit 3ba7c34

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/unit/test_path_template.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -626,14 +626,6 @@ def test_transcode_with_additional_bindings(
626626
auth_pb2.AuthenticationRule(selector="first"),
627627
{},
628628
],
629-
# Test trailing underscore in body is removed during transcoding
630-
# See https://github.com/googleapis/python-api-core/issues/490
631-
[[["post", "/v1/{name}", "data"]], None, {"name": "first/last"}],
632-
[
633-
[["post", "/v1/{selector}", "data_"]],
634-
auth_pb2.AuthenticationRule(selector="first"),
635-
{},
636-
],
637629
[[["post", "/v1/{first_name}", "data"]], None, {"last_name": "last"}],
638630
[
639631
[["post", "/v1/{first_name}", ""]],

0 commit comments

Comments
 (0)