summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/components/HistoryItemDisplay.test.tsx
diff options
context:
space:
mode:
authorPreston Holmes <[email protected]>2025-06-27 08:46:27 -0700
committerGitHub <[email protected]>2025-06-27 15:46:27 +0000
commit3aabb940f5b66aaed340d20bf4decfa6c40330cc (patch)
tree10e4953a5f2290a43adb14314fe2e95c738cdd1f /packages/cli/src/ui/components/HistoryItemDisplay.test.tsx
parent3ebf54f367bb9bf737dc78702186d42501cbc0a6 (diff)
Add the current auth method and GCP Project config to the about message (#2112)
Diffstat (limited to 'packages/cli/src/ui/components/HistoryItemDisplay.test.tsx')
-rw-r--r--packages/cli/src/ui/components/HistoryItemDisplay.test.tsx2
1 files changed, 2 insertions, 0 deletions
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('<HistoryItemDisplay />', () => {
osVersion: 'test-os',
sandboxEnv: 'test-env',
modelVersion: 'test-model',
+ selectedAuthType: 'test-auth',
+ gcpProject: 'test-project',
};
const { lastFrame } = render(
<HistoryItemDisplay {...baseItem} item={item} />,