From 3aabb940f5b66aaed340d20bf4decfa6c40330cc Mon Sep 17 00:00:00 2001 From: Preston Holmes Date: Fri, 27 Jun 2025 08:46:27 -0700 Subject: Add the current auth method and GCP Project config to the about message (#2112) --- packages/cli/src/ui/components/HistoryItemDisplay.test.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/cli/src/ui/components/HistoryItemDisplay.test.tsx') diff --git a/packages/cli/src/ui/components/HistoryItemDisplay.test.tsx b/packages/cli/src/ui/components/HistoryItemDisplay.test.tsx index 464647b0..5816f7b4 100644 --- a/packages/cli/src/ui/components/HistoryItemDisplay.test.tsx +++ b/packages/cli/src/ui/components/HistoryItemDisplay.test.tsx @@ -67,6 +67,8 @@ describe('', () => { osVersion: 'test-os', sandboxEnv: 'test-env', modelVersion: 'test-model', + selectedAuthType: 'test-auth', + gcpProject: 'test-project', }; const { lastFrame } = render( , -- cgit v1.2.3