@@ -1239,15 +1239,15 @@ def test_reaction_add_child(self):
1239
1239
def test_reaction_filter_random (self ):
1240
1240
self .c .reactions .filter (
1241
1241
kind = "like" ,
1242
- reaction_id = "54a60c1e-4ee3-494b-a1e3-50c06acb5ed4 " ,
1243
- id_lte = "54a60c1e-4ee3-494b-a1e3-50c06acb5ed4 " ,
1242
+ reaction_id = "87a9eec0-fd5f-11e8-8080-80013fed2f5b " ,
1243
+ id_lte = "87a9eec0-fd5f-11e8-8080-80013fed2f5b " ,
1244
1244
)
1245
1245
self .c .reactions .filter (
1246
- activity_id = "54a60c1e-4ee3-494b-a1e3-50c06acb5ed4 " ,
1247
- id_lte = "54a60c1e-4ee3-494b-a1e3-50c06acb5ed4 " ,
1246
+ activity_id = "87a9eec0-fd5f-11e8-8080-80013fed2f5b " ,
1247
+ id_lte = "87a9eec0-fd5f-11e8-8080-80013fed2f5b " ,
1248
1248
)
1249
1249
self .c .reactions .filter (
1250
- user_id = "mike" , id_lte = "54a60c1e-4ee3-494b-a1e3-50c06acb5ed4 "
1250
+ user_id = "mike" , id_lte = "87a9eec0-fd5f-11e8-8080-80013fed2f5b "
1251
1251
)
1252
1252
1253
1253
def _first_result_should_be (self , response , element ):
@@ -1270,7 +1270,9 @@ def test_reaction_filter(self):
1270
1270
r = self .c .reactions .filter (reaction_id = reaction ["id" ])
1271
1271
self ._first_result_should_be (r , child )
1272
1272
1273
- r = self .c .reactions .filter (kind = "like" , activity_id = activity_id , id_lte = reaction ["id" ])
1273
+ r = self .c .reactions .filter (
1274
+ kind = "like" , activity_id = activity_id , id_lte = reaction ["id" ]
1275
+ )
1274
1276
self ._first_result_should_be (r , reaction )
1275
1277
1276
1278
r = self .c .reactions .filter (kind = "like" , user_id = user , id_lte = reaction ["id" ])
0 commit comments