From 911119d75042b0d610b29b89134978e98b0528ca Mon Sep 17 00:00:00 2001 From: Arthur Pitman Date: Tue, 7 Jan 2025 16:06:48 +0100 Subject: [PATCH] test: Remove redunant test --- .../config/loader/config_loader_test.go | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/pkg/persistence/config/loader/config_loader_test.go b/pkg/persistence/config/loader/config_loader_test.go index bcd2cde9e..76d864bbe 100644 --- a/pkg/persistence/config/loader/config_loader_test.go +++ b/pkg/persistence/config/loader/config_loader_test.go @@ -1568,24 +1568,6 @@ configs: "unknown document kind \"other\"", }, }, - { - name: "Document config with FF off", - filePathArgument: "test-file.yaml", - filePathOnDisk: "test-file.yaml", - fileContentOnDisk: ` -configs: -- id: dashboard-id - config: - name: Test dashboard - originObjectId: ext-ID-123 - template: 'profile.json' - type: - document: - kind: dashboard`, - wantErrorsContain: []string{ - "unknown config-type \"document\"", - }, - }, { name: "OpenPipeline config with FF off", envVars: map[string]string{