From a7015229aad452708fb0c81c4e334f7c857cc51c Mon Sep 17 00:00:00 2001 From: Vladyslav Yurchenko Date: Thu, 2 Apr 2026 21:10:31 +0300 Subject: [PATCH] PT-2396 - Add check in tests for postgresclusters resource --- src/go/pt-k8s-debug-collector/main_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/go/pt-k8s-debug-collector/main_test.go b/src/go/pt-k8s-debug-collector/main_test.go index 834018645..02178c641 100644 --- a/src/go/pt-k8s-debug-collector/main_test.go +++ b/src/go/pt-k8s-debug-collector/main_test.go @@ -693,6 +693,7 @@ func (s *CollectorSuite) TestRequiredFilesExist() { fmt.Sprintf("%s/perconapgbackups.yaml", s.Namespace), fmt.Sprintf("%s/perconapgrestores.yaml", s.Namespace), fmt.Sprintf("%s/perconapgclusters.yaml", s.Namespace), + fmt.Sprintf("%s/postgresclusters.yaml", s.Namespace), // PT-2396 }, requiredNewFiles...), }