@@ -168,13 +168,13 @@ public void exerciseMovie() {
168
168
Map <Integer , JSON > map = getImpl ().exerciseMovie (movies ).toMap (i -> (int ) i .get ("id" )).toBlocking ().single ();
169
169
System .out .println (map );
170
170
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}" );
172
172
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}" );
174
174
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}" );
176
176
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}" );
178
178
}
179
179
180
180
@ Test
0 commit comments