@@ -37,7 +37,7 @@ def setUp(self):
37
37
'overview' : 'overview02' ,
38
38
'status' : 'public' ,
39
39
'topic' : 'crypto' ,
40
- 'tip_value ' : 12000000000000 ,
40
+ 'sort_tip_value ' : 12000000000000 ,
41
41
'sort_key' : 1520150272000001
42
42
},
43
43
{
@@ -48,7 +48,7 @@ def setUp(self):
48
48
'overview' : 'overview03' ,
49
49
'status' : 'public' ,
50
50
'topic' : 'fashion' ,
51
- 'tip_value ' : 18000000000000 ,
51
+ 'sort_tip_value ' : 18000000000000 ,
52
52
'sort_key' : 1520150272000002
53
53
},
54
54
{
@@ -59,7 +59,7 @@ def setUp(self):
59
59
'overview' : 'overview04' ,
60
60
'status' : 'public' ,
61
61
'topic' : 'crypto' ,
62
- 'tip_value ' : 6000000000000000000000000 ,
62
+ 'sort_tip_value ' : 6000000000000000000000000 ,
63
63
'sort_key' : 1520150272000003
64
64
},
65
65
{
@@ -70,7 +70,7 @@ def setUp(self):
70
70
'overview' : 'overview05' ,
71
71
'status' : 'public' ,
72
72
'topic' : 'fashion' ,
73
- 'tip_value ' : 18000000000000.1 ,
73
+ 'sort_tip_value ' : 18000000000000.1 ,
74
74
'sort_key' : 1520150272000003
75
75
}
76
76
]
@@ -119,7 +119,7 @@ def test_main(self):
119
119
'overview' : 'overview04' ,
120
120
'status' : 'public' ,
121
121
'topic' : 'crypto' ,
122
- 'tip_value ' : 6000000000000000000000000 ,
122
+ 'sort_tip_value ' : 6000000000000000000000000 ,
123
123
'sort_key' : 1520150272000003
124
124
},
125
125
{
@@ -130,7 +130,7 @@ def test_main(self):
130
130
'overview' : 'overview05' ,
131
131
'status' : 'public' ,
132
132
'topic' : 'fashion' ,
133
- 'tip_value ' : 18000000000000.1 ,
133
+ 'sort_tip_value ' : 18000000000000.1 ,
134
134
'sort_key' : 1520150272000003
135
135
}
136
136
]
@@ -152,7 +152,7 @@ def test_main_ok_with_no_limit(self):
152
152
'overview' : 'overview03' ,
153
153
'status' : 'public' ,
154
154
'topic' : 'crypto' ,
155
- 'tip_value ' : 18000000000000 ,
155
+ 'sort_tip_value ' : 18000000000000 ,
156
156
'sort_key' : 1520150273000000 + i
157
157
}
158
158
)
@@ -185,7 +185,7 @@ def test_main_ok_with_topic(self):
185
185
'overview' : 'overview05' ,
186
186
'status' : 'public' ,
187
187
'topic' : 'fashion' ,
188
- 'tip_value ' : 18000000000000.1 ,
188
+ 'sort_tip_value ' : 18000000000000.1 ,
189
189
'sort_key' : 1520150272000003
190
190
},
191
191
{
@@ -196,7 +196,7 @@ def test_main_ok_with_topic(self):
196
196
'overview' : 'overview03' ,
197
197
'status' : 'public' ,
198
198
'topic' : 'fashion' ,
199
- 'tip_value ' : 18000000000000 ,
199
+ 'sort_tip_value ' : 18000000000000 ,
200
200
'sort_key' : 1520150272000002
201
201
}
202
202
]
@@ -223,7 +223,7 @@ def test_main_ok_with_page(self):
223
223
'overview' : 'overview02' ,
224
224
'status' : 'public' ,
225
225
'topic' : 'crypto' ,
226
- 'tip_value ' : 12000000000000 ,
226
+ 'sort_tip_value ' : 12000000000000 ,
227
227
'sort_key' : 1520150272000001
228
228
}
229
229
]
0 commit comments