Skip to content
Snippets Groups Projects
Commit 52b97975 authored by Sergey Yakubov's avatar Sergey Yakubov
Browse files

fix tests

parent 110d60b1
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment