diff --git a/integration-tests/templates/datamover-analysis/etc/service.properties b/integration-tests/templates/datamover-analysis/etc/service.properties
index 519148b9cf4e1b24ee11b3021d597eb59afb74a4..a4dd0d9102df1f51d19d08daa30cdaf7d480cec0 100644
--- a/integration-tests/templates/datamover-analysis/etc/service.properties
+++ b/integration-tests/templates/datamover-analysis/etc/service.properties
@@ -2,9 +2,9 @@ incoming-dir = ../data/in-analysis
 buffer-dir = data/buffer
 # Value must be specified in kilobytes (1048576 = 1024 * 1024 = 1GB). If no high water mark is
 # specified or if value is negative, the system will not be watching.
-buffer-dir.highwater-mark = 1048576
+buffer-dir-highwater-mark = 1048576
 outgoing-dir = ../data/out-analysis
-# outgoing-dir.highwater-mark = 1048576
+# outgoing-dir-highwater-mark = 1048576
 manual-intervention-dir = data/manual_intervention
 # time interval between two checks in seconds
 check-interval = 2
diff --git a/integration-tests/templates/datamover-raw/etc/service.properties b/integration-tests/templates/datamover-raw/etc/service.properties
index 79bdfbb89223ae52fbd22b136f2ab151860fed14..b99a33750579c45d8c33210142ac9a993c83a817 100644
--- a/integration-tests/templates/datamover-raw/etc/service.properties
+++ b/integration-tests/templates/datamover-raw/etc/service.properties
@@ -2,9 +2,9 @@ incoming-dir = ../data/in-raw
 buffer-dir = data/buffer
 # Value must be specified in kilobytes (1048576 = 1024 * 1024 = 1GB). If no high water mark is
 # specified or if value is negative, the system will not be watching.
-buffer-dir.highwater-mark = 1048576
+buffer-dir-highwater-mark = 1048576
 outgoing-dir = ../data/out-raw
-# outgoing-dir.highwater-mark = 1048576
+# outgoing-dir-highwater-mark = 1048576
 manual-intervention-dir = data/manual_intervention
 extra-copy-dir = ../data/analysis-copy
 treat-incoming-as-remote = true