From 904ae86c8dc986d87cd714a65a8281f25aa19a96 Mon Sep 17 00:00:00 2001
From: karnem <mikhail.karnevskiy@desy.de>
Date: Fri, 15 Dec 2023 17:23:29 +0100
Subject: [PATCH] Fix tests.

---
 examples/pipeline/in_to_out_python/check_linux.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/pipeline/in_to_out_python/check_linux.sh b/examples/pipeline/in_to_out_python/check_linux.sh
index 5b0bc1195..0bde6257f 100644
--- a/examples/pipeline/in_to_out_python/check_linux.sh
+++ b/examples/pipeline/in_to_out_python/check_linux.sh
@@ -61,8 +61,8 @@ cat out | grep "Sent 5 file(s)"
 cat out | grep bt_meta
 cat out | grep st_meta
 
-echo "db.data_default.find({"time_id":1})" | mongo ${outdatabase_name}
-echo "db.data_default.find({"time_id":1})" | mongo ${outdatabase_name} | tee /dev/stderr | grep "file1_${data_source_out}"
+echo "db.data_default.find({"_id":1})" | mongo ${outdatabase_name}
+echo "db.data_default.find({"_id":1})" | mongo ${outdatabase_name} | tee /dev/stderr | grep "file1_${data_source_out}"
 
 cat ${receiver_folder}/processed/file1_${data_source_out} | grep hello1
 cat ${receiver_folder}/processed/file2_${data_source_out} | grep hello2
-- 
GitLab