@@ -168,13 +168,13 @@ public void exerciseMovie() {
168168 Map <Integer , JSON > map = getImpl ().exerciseMovie (movies ).toMap (i -> (int ) i .get ("id" )).toBlocking ().single ();
169169 System .out .println (map );
170170 assertTrue (map .containsKey (70111470 ));
171- assertEquals (map .get (70111470 ).toString (), "{boxart=http://cdn-0.nflximg.com/images/2891/DieHard200 .jpg, id=70111470, title=Die Hard}" );
171+ assertEquals (map .get (70111470 ).toString (), "{boxart=http://cdn-0.nflximg.com/images/2891/DieHard150 .jpg, id=70111470, title=Die Hard}" );
172172 assertTrue (map .containsKey (654356453 ));
173- assertEquals (map .get (654356453 ).toString (), "{boxart=http://cdn-0.nflximg.com/images/2891/BadBoys200 .jpg, id=654356453, title=Bad Boys}" );
173+ assertEquals (map .get (654356453 ).toString (), "{boxart=http://cdn-0.nflximg.com/images/2891/BadBoys140 .jpg, id=654356453, title=Bad Boys}" );
174174 assertTrue (map .containsKey (65432445 ));
175- assertEquals (map .get (65432445 ).toString (), "{boxart=http://cdn-0.nflximg.com/images/2891/TheChamber200 .jpg, id=65432445, title=The Chamber}" );
175+ assertEquals (map .get (65432445 ).toString (), "{boxart=http://cdn-0.nflximg.com/images/2891/TheChamber130 .jpg, id=65432445, title=The Chamber}" );
176176 assertTrue (map .containsKey (675465 ));
177- assertEquals (map .get (675465 ).toString (), "{boxart=http://cdn-0.nflximg.com/images/2891/Fracture300 .jpg, id=675465, title=Fracture}" );
177+ assertEquals (map .get (675465 ).toString (), "{boxart=http://cdn-0.nflximg.com/images/2891/Fracture120 .jpg, id=675465, title=Fracture}" );
178178 }
179179
180180 @ Test
0 commit comments