diff --git a/library/common-test/tests/cnpg/pg_version_configmap_test.yaml b/library/common-test/tests/cnpg/pg_version_configmap_test.yaml index 6600a0bb..3cb43819 100644 --- a/library/common-test/tests/cnpg/pg_version_configmap_test.yaml +++ b/library/common-test/tests/cnpg/pg_version_configmap_test.yaml @@ -13,7 +13,7 @@ tests: user: test-user database: test-db asserts: - - documentIndex: &cmDoc 2 + - documentIndex: &cmDoc 1 isKind: of: ConfigMap - documentIndex: *cmDoc @@ -39,7 +39,7 @@ tests: user: test-user database: test-db asserts: - - documentIndex: &cmDoc 2 + - documentIndex: *cmDoc isKind: of: ConfigMap - documentIndex: *cmDoc @@ -63,7 +63,7 @@ tests: database: test-db pgVersion: "15" asserts: - - documentIndex: &cmDoc 2 + - documentIndex: *cmDoc isKind: of: ConfigMap - documentIndex: *cmDoc