diff --git a/integration-tests/run.sh b/integration-tests/run.sh
index 5b6fad488b7f7817cd80d4326fa7c2e05fa79eb4..ec4efd979e5e395b5ef8bfcc733425aab360c6ce 100755
--- a/integration-tests/run.sh
+++ b/integration-tests/run.sh
@@ -580,7 +580,7 @@ function find_dataset_dir {
 function assert_dss_registration {
     local dss=$1
     echo ==== assert registration of DSS $dss ====
-    assert_pattern_present $WORK/$dss/log/data_store_server_log.txt 1 get_version
+    assert_pattern_present $WORK/$dss/log/datastore_server_log.txt 1 get_version
 }
 
 function assert_empty_in_out_folders {