Skip to content

Commit 7f9315c

Browse files
Merge branch 'main' into fix/subprocess-blocklist-bypass
2 parents 0da17a8 + 2343973 commit 7f9315c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/integration/integrations/agent_identity/test_2lo_flow.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ async def _run_async_impl(
7272
return None
7373

7474

75-
# Mocked execution; pin to a single LLM backend to avoid duplicate runs.
76-
@pytest.mark.parametrize("llm_backend", ["GOOGLE_AI"], indirect=True)
7775
@dataclasses.dataclass
7876
class _DummyOperation:
7977
done: bool = True
@@ -94,6 +92,8 @@ def HasField(self, field_name: str) -> bool:
9492
return getattr(self, field_name, None) is not None
9593

9694

95+
# Mocked execution; pin to a single LLM backend to avoid duplicate runs.
96+
@pytest.mark.parametrize("llm_backend", ["GOOGLE_AI"], indirect=True)
9797
@pytest.mark.asyncio
9898
async def test_gcp_agent_identity_2lo_gets_token() -> None:
9999
"""Test the end-to-end flow fetching 2LO OAuth token from GCP Agent Identity credentials service."""

0 commit comments

Comments
 (0)