We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3551fc7 commit 46146dfCopy full SHA for 46146df
packages/gapic-generator/tests/unit/schema/test_api.py
@@ -1822,7 +1822,7 @@ def test_resources_referenced_but_not_typed(reference_attr="type"):
1822
name_resource_opts.child_type = species_resource_opts.type
1823
1824
api_schema = api.API.build([fdp], package="nomenclature.linneaen.v1")
1825
- expected = {api_schema.messages["nomenclature.linneaen.v1.Species"],}
+ expected = (api_schema.messages["nomenclature.linneaen.v1.Species"],)
1826
actual = api_schema.services[
1827
"nomenclature.linneaen.v1.SpeciesService"
1828
].resource_messages
0 commit comments