Skip to content

Commit 71c91c3

Browse files
committed
Added missing fields
1 parent 1eb188b commit 71c91c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/test/java/com/siftscience/ContentEventTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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\": \"a234ksjfgn435sfg\",\n" +
591+
" \"$reviewed_user_id\": \"userId_12345_65432\",\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("a234ksjfgn435sfg")
642+
.setReviewedUserId("userId_12345_65432")
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\": \"a234ksjfgn435sfg\",\n" +
1230+
" \"$reviewed_user_id\": \"userId_12345_65432\",\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("a234ksjfgn435sfg")
1281+
.setReviewedUserId("userId_12345_65432")
12821282
.setImages(images)
12831283
.setRating(4.5);
12841284

0 commit comments

Comments
 (0)