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

Fix pager test assertions for ListValue and Struct types

ebc38bf
Select commit
Loading
Failed to load commit list.
Merged

fix: updates tests for ListValue response fields #2532

Fix pager test assertions for ListValue and Struct types
ebc38bf
Select commit
Loading
Failed to load commit list.
Conventional Commit Lint GCF / conventionalcommits.org failed Jan 23, 2026 in 0s

Commit message did not follow Conventional Commits

Some of your commit messages failed linting.

Visit conventionalcommits.org to learn our conventions.

Run git commit --amend and edit your message to match Conventional Commit guidelines.

Details

❌ The following linting errors found:

  • subject may not be empty
  • type may not be empty
    for the following input:
    "*fix pager test assertions for listvalue and struct types

relax assertion checks in generated pager tests to allow sequence for struct_pb2.listvalue and mapping for struct_pb2.struct, as proto-plus converts these wkts to native python types. also handles struct_pb2.value mapping to any.

this fixes an assertionerror where tests expected struct_pb2.listvalue instances but received list-like objects (e.g. repeatedcomposite or list).*"