From 110d60b10bef367c33df90b5ae14af9c00a94709 Mon Sep 17 00:00:00 2001 From: Sergey Yakubov <sergey.yakubov@desy.de> Date: Tue, 2 Nov 2021 21:39:22 +0100 Subject: [PATCH] fix test --- 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 29f391fea..e2f968a95 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 "} duplicated request" ^< "out"') do set NUM=%%N +for /F %%N in ('find /C "response:duplicated request" ^< "out"') do set NUM=%%N echo %NUM% | findstr 1 || goto error goto :clean -- GitLab