From 52b97975f9f7fd7218702d2cc6eff264fe047b42 Mon Sep 17 00:00:00 2001 From: Sergey Yakubov <sergey.yakubov@desy.de> Date: Tue, 2 Nov 2021 22:21:27 +0100 Subject: [PATCH] fix tests --- tests/automatic/producer/aai/check_windows.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/automatic/producer/aai/check_windows.bat b/tests/automatic/producer/aai/check_windows.bat index e2f968a95..28a3e3c9d 100644 --- a/tests/automatic/producer/aai/check_windows.bat +++ b/tests/automatic/producer/aai/check_windows.bat @@ -33,7 +33,7 @@ echo %NUM% | findstr 3 || goto error for /F %%N in ('find /C "reauthorization" ^< "out"') do set NUM=%%N echo %NUM% | findstr 1 || goto error -for /F %%N in ('find /C "response:duplicated request" ^< "out"') do set NUM=%%N +for /F %%N in ('find /C "} error: server warning, context: response:duplicated request" ^< "out"') do set NUM=%%N echo %NUM% | findstr 1 || goto error goto :clean -- GitLab