diff --git a/integration-tests/test-3v.sh b/integration-tests/test-3v.sh
index e65703bdaa67ae3f0bedd6e4c4654eb674247c46..e08c99f68d04c49198e59cdbdc97c6ad6656f738 100755
--- a/integration-tests/test-3v.sh
+++ b/integration-tests/test-3v.sh
@@ -98,7 +98,7 @@ function launch_tests {
 
 function find_dataset_dir {
 	local pattern=$1
-	local dir=`find $DATA/main-store/E96C8910-596A-409D-BDA4-BBD3FE6629A7 -type d | grep "$pattern"`
+	local dir=`find $DATA/main-store/E96C8910-596A-409D-BDA4-BBD3FE6629A7/1 -type d | grep "$pattern"`
         if [ "$dir" != "" ]; then
                 if [ ! -d "$dir" ]; then
                         report_error Directory \"$dir\" does not exist!