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}$"