File tree Expand file tree Collapse file tree
tests/integration/integrations/agent_identity Expand file tree Collapse file tree Original file line number Diff line number Diff 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
7876class _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
9898async 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."""
You can’t perform that action at this time.
0 commit comments