From 05fdcd492c908f204479dd2b71d75ac92bd79ab8 Mon Sep 17 00:00:00 2001 From: zoezhao Date: Wed, 2 Sep 2026 12:54:29 -0700 Subject: [PATCH] test: drop the stale Volume.Type assertion from the counter demo test --- cmd/ate-setup/internal/demos/counter/counter_test.go | 1 - docs/csi-volumes.md | 1 - 2 files changed, 2 deletions(-) diff --git a/cmd/ate-setup/internal/demos/counter/counter_test.go b/cmd/ate-setup/internal/demos/counter/counter_test.go index ee733ac504..4f640f847b 100644 --- a/cmd/ate-setup/internal/demos/counter/counter_test.go +++ b/cmd/ate-setup/internal/demos/counter/counter_test.go @@ -58,7 +58,6 @@ func TestExternalVolumeRenders(t *testing.T) { for _, want := range []string{ "--validate-existing-file-path=/external-data/test.txt", "mountPath: /external-data", - "type: ExternalVolumeTemplate", "externalVolumeTemplate:", tc.wantSC, } { diff --git a/docs/csi-volumes.md b/docs/csi-volumes.md index 1d41bf62c0..f401e220b8 100644 --- a/docs/csi-volumes.md +++ b/docs/csi-volumes.md @@ -184,7 +184,6 @@ snapshotsConfig: storageLocation: gs://my-snapshots-bucket/stateful-agent volumes: - name: shared-storage - type: ExternalVolumeTemplate externalVolumeTemplate: capacity: 5Gi storageClassName: csi-nfs-sc