@@ -588,7 +588,7 @@ public void testCreateReview() throws Exception {
588588 " \" $zipcode\" : \" 98112\" \n " +
589589 " }],\n " +
590590 " \" $reviewed_content_id\" : \" listing-234234\" ,\n " +
591- " \" $reviewed_user_id\" : \" userId_12345_65432 \" ,\n " +
591+ " \" $reviewed_user_id\" : \" fyw3989sjpqr71 \" ,\n " +
592592 " \" $images\" : [{\n " +
593593 " \" $md5_hash\" : \" aflshdfbalsubdf3234sfdkjb\" ,\n " +
594594 " \" $link\" : \" https://www.domain.com/file.png\" ,\n " +
@@ -639,7 +639,7 @@ public void testCreateReview() throws Exception {
639639 .setContactEmail ("alex_301@domain.com" )
640640 .setLocations (Collections .singletonList (locationAddress ))
641641 .setReviewedContentId ("listing-234234" )
642- .setReviewedUserId ("userId_12345_65432 " )
642+ .setReviewedUserId ("fyw3989sjpqr71 " )
643643 .setImages (images )
644644 .setRating (4.5 );
645645
@@ -1227,7 +1227,7 @@ public void testUpdateReview() throws Exception {
12271227 " \" $zipcode\" : \" 98112\" \n " +
12281228 " }],\n " +
12291229 " \" $reviewed_content_id\" : \" listing-234234\" ,\n " +
1230- " \" $reviewed_user_id\" : \" userId_12345_65432 \" ,\n " +
1230+ " \" $reviewed_user_id\" : \" fyw3989sjpqr71 \" ,\n " +
12311231 " \" $images\" : [{\n " +
12321232 " \" $md5_hash\" : \" aflshdfbalsubdf3234sfdkjb\" ,\n " +
12331233 " \" $link\" : \" https://www.domain.com/file.png\" ,\n " +
@@ -1278,7 +1278,7 @@ public void testUpdateReview() throws Exception {
12781278 .setContactEmail ("alex_301@domain.com" )
12791279 .setLocations (Collections .singletonList (locationAddress ))
12801280 .setReviewedContentId ("listing-234234" )
1281- .setReviewedUserId ("userId_12345_65432 " )
1281+ .setReviewedUserId ("fyw3989sjpqr71 " )
12821282 .setImages (images )
12831283 .setRating (4.5 );
12841284
0 commit comments