From ac60ed57db4b2ba387abbfe9f3b37082e26ab42e Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Tue, 18 Jun 2024 18:21:20 +0300 Subject: [PATCH] lint --- .../tests/volsync/replication_src_spec_test.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/library/common-test/tests/volsync/replication_src_spec_test.yaml b/library/common-test/tests/volsync/replication_src_spec_test.yaml index af57c61d..2071e099 100644 --- a/library/common-test/tests/volsync/replication_src_spec_test.yaml +++ b/library/common-test/tests/volsync/replication_src_spec_test.yaml @@ -78,7 +78,7 @@ tests: - documentIndex: *replicationDestDoc matchRegex: path: spec.restic.unlock - pattern: ^[0-9]{14}$ + pattern: "^[0-9]{14}$" - it: should generate correct spec with changed defaults set: @@ -138,7 +138,7 @@ tests: - documentIndex: *replicationDestDoc matchRegex: path: spec.restic.unlock - pattern: ^[0-9]{14}$ + pattern: "^[0-9]{14}$" - it: should generate correct spec with storageClassName set: @@ -200,7 +200,7 @@ tests: - documentIndex: *replicationDestDoc matchRegex: path: spec.restic.unlock - pattern: ^[0-9]{14}$ + pattern: "^[0-9]{14}$" - it: should generate correct spec with volumeSnapshotClass set: @@ -262,7 +262,7 @@ tests: - documentIndex: *replicationDestDoc matchRegex: path: spec.restic.unlock - pattern: ^[0-9]{14}$ + pattern: "^[0-9]{14}$" - it: should generate correct spec with volumeSnapshotClass and StorageClass set: @@ -326,4 +326,4 @@ tests: - documentIndex: *replicationDestDoc matchRegex: path: spec.restic.unlock - pattern: ^[0-9]{14}$ \ No newline at end of file + pattern: "^[0-9]{14}$"