@@ -82,8 +82,8 @@ public static Iterable<Object[]> data() {
8282 Level .HEADERS ,
8383 Arrays .asList (
8484 "\\ [SendsStuff#login\\ ] ---> POST http://localhost:[0-9]+/ HTTP/1.1" ,
85- "\\ [SendsStuff#login\\ ] Content-Type: application/json" ,
8685 "\\ [SendsStuff#login\\ ] Content-Length: 80" ,
86+ "\\ [SendsStuff#login\\ ] Content-Type: application/json" ,
8787 "\\ [SendsStuff#login\\ ] ---> END HTTP \\ (80-byte body\\ )" ,
8888 "\\ [SendsStuff#login\\ ] <--- HTTP/1.1 200 OK \\ ([0-9]+ms\\ )" ,
8989 "\\ [SendsStuff#login\\ ] content-length: 3" ,
@@ -93,8 +93,8 @@ public static Iterable<Object[]> data() {
9393 Level .FULL ,
9494 Arrays .asList (
9595 "\\ [SendsStuff#login\\ ] ---> POST http://localhost:[0-9]+/ HTTP/1.1" ,
96- "\\ [SendsStuff#login\\ ] Content-Type: application/json" ,
9796 "\\ [SendsStuff#login\\ ] Content-Length: 80" ,
97+ "\\ [SendsStuff#login\\ ] Content-Type: application/json" ,
9898 "\\ [SendsStuff#login\\ ] " ,
9999 "\\ [SendsStuff#login\\ ] \\ {\" customer_name\" : \" netflix\" , \" user_name\" :"
100100 + " \" denominator\" , \" password\" : \" password\" \\ }" ,
@@ -185,8 +185,8 @@ public static Iterable<Object[]> data() {
185185 Level .HEADERS ,
186186 Arrays .asList (
187187 "\\ [SendsStuff#login\\ ] ---> POST http://localhost:[0-9]+/ HTTP/1.1" ,
188- "\\ [SendsStuff#login\\ ] Content-Type: application/json" ,
189188 "\\ [SendsStuff#login\\ ] Content-Length: 80" ,
189+ "\\ [SendsStuff#login\\ ] Content-Type: application/json" ,
190190 "\\ [SendsStuff#login\\ ] ---> END HTTP \\ (80-byte body\\ )" ,
191191 "\\ [SendsStuff#login\\ ] <--- ERROR SocketTimeoutException: Read timed out"
192192 + " \\ ([0-9]+ms\\ )" )
@@ -195,8 +195,8 @@ public static Iterable<Object[]> data() {
195195 Level .FULL ,
196196 Arrays .asList (
197197 "\\ [SendsStuff#login\\ ] ---> POST http://localhost:[0-9]+/ HTTP/1.1" ,
198- "\\ [SendsStuff#login\\ ] Content-Type: application/json" ,
199198 "\\ [SendsStuff#login\\ ] Content-Length: 80" ,
199+ "\\ [SendsStuff#login\\ ] Content-Type: application/json" ,
200200 "\\ [SendsStuff#login\\ ] " ,
201201 "\\ [SendsStuff#login\\ ] \\ {\" customer_name\" : \" netflix\" , \" user_name\" :"
202202 + " \" denominator\" , \" password\" : \" password\" \\ }" ,
@@ -263,8 +263,8 @@ public static Iterable<Object[]> data() {
263263 Level .HEADERS ,
264264 Arrays .asList (
265265 "\\ [SendsStuff#login\\ ] ---> POST http://robofu.abc/ HTTP/1.1" ,
266- "\\ [SendsStuff#login\\ ] Content-Type: application/json" ,
267266 "\\ [SendsStuff#login\\ ] Content-Length: 80" ,
267+ "\\ [SendsStuff#login\\ ] Content-Type: application/json" ,
268268 "\\ [SendsStuff#login\\ ] ---> END HTTP \\ (80-byte body\\ )" ,
269269 "\\ [SendsStuff#login\\ ] <--- ERROR UnknownHostException: robofu.abc"
270270 + " \\ ([0-9]+ms\\ )" )
@@ -273,8 +273,8 @@ public static Iterable<Object[]> data() {
273273 Level .FULL ,
274274 Arrays .asList (
275275 "\\ [SendsStuff#login\\ ] ---> POST http://robofu.abc/ HTTP/1.1" ,
276- "\\ [SendsStuff#login\\ ] Content-Type: application/json" ,
277276 "\\ [SendsStuff#login\\ ] Content-Length: 80" ,
277+ "\\ [SendsStuff#login\\ ] Content-Type: application/json" ,
278278 "\\ [SendsStuff#login\\ ] " ,
279279 "\\ [SendsStuff#login\\ ] \\ {\" customer_name\" : \" netflix\" , \" user_name\" :"
280280 + " \" denominator\" , \" password\" : \" password\" \\ }" ,
@@ -339,8 +339,8 @@ public static Iterable<Object[]> data() {
339339 Level .HEADERS ,
340340 Arrays .asList (
341341 "\\ [SendsStuff#login\\ ] ---> POST http://sna%fu.abc/ HTTP/1.1" ,
342- "\\ [SendsStuff#login\\ ] Content-Type: application/json" ,
343342 "\\ [SendsStuff#login\\ ] Content-Length: 80" ,
343+ "\\ [SendsStuff#login\\ ] Content-Type: application/json" ,
344344 "\\ [SendsStuff#login\\ ] ---> END HTTP \\ (80-byte body\\ )" ,
345345 "\\ [SendsStuff#login\\ ] <--- ERROR UnknownHostException: sna%fu.abc"
346346 + " \\ ([0-9]+ms\\ )" )
@@ -349,8 +349,8 @@ public static Iterable<Object[]> data() {
349349 Level .FULL ,
350350 Arrays .asList (
351351 "\\ [SendsStuff#login\\ ] ---> POST http://sna%fu.abc/ HTTP/1.1" ,
352- "\\ [SendsStuff#login\\ ] Content-Type: application/json" ,
353352 "\\ [SendsStuff#login\\ ] Content-Length: 80" ,
353+ "\\ [SendsStuff#login\\ ] Content-Type: application/json" ,
354354 "\\ [SendsStuff#login\\ ] " ,
355355 "\\ [SendsStuff#login\\ ] \\ {\" customer_name\" : \" netflix\" , \" user_name\" :"
356356 + " \" denominator\" , \" password\" : \" password\" \\ }" ,
0 commit comments