From ad43e355ba3d11cae8efc9b3e4e4b3a22fe61f65 Mon Sep 17 00:00:00 2001 From: Owen Smallwood Date: Tue, 9 Dec 2025 16:37:43 -0600 Subject: [PATCH] update test --- pkg/storage/unified/resource/server_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/storage/unified/resource/server_test.go b/pkg/storage/unified/resource/server_test.go index b4ab0cdff2a..388f977afe8 100644 --- a/pkg/storage/unified/resource/server_test.go +++ b/pkg/storage/unified/resource/server_test.go @@ -643,7 +643,8 @@ func TestGetQuotaUsage(t *testing.T) { t.Run("returns usage and limit successfully", func(t *testing.T) { // Create a temporary overrides config file tmpFile := filepath.Join(t.TempDir(), "overrides.yaml") - content := `"123": + content := `overrides: +"123": quotas: dashboard.grafana.app/dashboards: limit: 500