From 47bd135c3f4d663dfa327684314adc8039eb12e9 Mon Sep 17 00:00:00 2001
From: Sergey Yakubov <sergey.yakubov@desy.de>
Date: Thu, 20 Feb 2020 13:05:48 +0100
Subject: [PATCH] fix windows test

---
 tests/automatic/producer/python_api/check_windows.bat | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/tests/automatic/producer/python_api/check_windows.bat b/tests/automatic/producer/python_api/check_windows.bat
index b7baf522b..aa2663afa 100644
--- a/tests/automatic/producer/python_api/check_windows.bat
+++ b/tests/automatic/producer/python_api/check_windows.bat
@@ -32,9 +32,11 @@ echo %NUM% | findstr 10 || goto error
 for /F %%N in ('find /C "} wrong input: Bad request :already have record with same id" ^< "out"') do set NUM=%%N
 echo %NUM% | findstr 2 || goto error
 
-
 for /F %%N in ('find /C "} server warning: ignoring duplicate record" ^< "out"') do set NUM=%%N
-echo %NUM% | findstr 2 || goto error
+echo %NUM% | findstr 1 || goto error
+
+for /F %%N in ('find /C "} server warning: duplicated request" ^< "out"') do set NUM=%%N
+echo %NUM% | findstr 1 || goto error
 
 goto :clean
 
-- 
GitLab