@@ -129,9 +129,6 @@ def view_page(locust):
129
129
headers = RESOURCE_HEADERS ,
130
130
catch_response = True )
131
131
132
- # 120 rest/helptips/1.0/tips
133
- locust .get ('/rest/helptips/1.0/tips' , catch_response = True )
134
-
135
132
# 130 rest/inlinecomments/1.0/comments
136
133
r = locust .get (f'/rest/inlinecomments/1.0/comments'
137
134
f'?containerId={ parsed_page_id } '
@@ -313,9 +310,6 @@ def view_blog(locust):
313
310
headers = RESOURCE_HEADERS ,
314
311
catch_response = True )
315
312
316
- # 360 rest/helptips/1.0/tips
317
- locust .get ('/rest/helptips/1.0/tips' , catch_response = True )
318
-
319
313
# 370 rest/inlinecomments/1.0/comments
320
314
r = locust .get (f'/rest/inlinecomments/1.0/comments'
321
315
f'?containerId={ blog_id } '
@@ -691,9 +685,6 @@ def create_blog():
691
685
locust .get (f'/s/en_GB/{ build_number } /{ keyboard_hash } /_/images/icons/profilepics/add_profile_pic.svg' ,
692
686
catch_response = True )
693
687
694
- # 810 rest/helptips/1.0/tips
695
- locust .get ('/rest/helptips/1.0/tips' , catch_response = True )
696
-
697
688
# 820 rest/mywork/latest/status/notification/count
698
689
locust .get (f'/rest/mywork/latest/status/notification/count'
699
690
f'?pageid={ content_id } '
@@ -975,9 +966,6 @@ def create_page():
975
966
headers = RESOURCE_HEADERS ,
976
967
catch_response = True )
977
968
978
- # 1190 rest/helptips/1.0/tips
979
- locust .get ('/rest/helptips/1.0/tips' , catch_response = True )
980
-
981
969
# 1200 rest/inlinecomments/1.0/comments
982
970
locust .get (f'/rest/inlinecomments/1.0/comments'
983
971
f'?containerId={ locust .session_data_storage ["content_id" ]} '
@@ -1234,9 +1222,6 @@ def edit_page():
1234
1222
headers = RESOURCE_HEADERS ,
1235
1223
catch_response = True )
1236
1224
1237
- # 1510 rest/helptips/1.0/tips
1238
- locust .get ('/rest/helptips/1.0/tips' , catch_response = True )
1239
-
1240
1225
locust .get (f'/rest/inlinecomments/1.0/comments'
1241
1226
f'?containerId={ locust .session_data_storage ["content_id" ]} '
1242
1227
f'&_={ timestamp_int ()} ' ,
0 commit comments