Skip to content

Commit 5f1b54a

Browse files
Merge pull request #1838 from atlassian/confluence/cleanup-locust-helptips-request
confluence/cleanup-locust-helptips-request
2 parents e426c11 + 5c53a58 commit 5f1b54a

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

app/locustio/confluence/http_actions.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,6 @@ def view_page(locust):
129129
headers=RESOURCE_HEADERS,
130130
catch_response=True)
131131

132-
# 120 rest/helptips/1.0/tips
133-
locust.get('/rest/helptips/1.0/tips', catch_response=True)
134-
135132
# 130 rest/inlinecomments/1.0/comments
136133
r = locust.get(f'/rest/inlinecomments/1.0/comments'
137134
f'?containerId={parsed_page_id}'
@@ -313,9 +310,6 @@ def view_blog(locust):
313310
headers=RESOURCE_HEADERS,
314311
catch_response=True)
315312

316-
# 360 rest/helptips/1.0/tips
317-
locust.get('/rest/helptips/1.0/tips', catch_response=True)
318-
319313
# 370 rest/inlinecomments/1.0/comments
320314
r = locust.get(f'/rest/inlinecomments/1.0/comments'
321315
f'?containerId={blog_id}'
@@ -691,9 +685,6 @@ def create_blog():
691685
locust.get(f'/s/en_GB/{build_number}/{keyboard_hash}/_/images/icons/profilepics/add_profile_pic.svg',
692686
catch_response=True)
693687

694-
# 810 rest/helptips/1.0/tips
695-
locust.get('/rest/helptips/1.0/tips', catch_response=True)
696-
697688
# 820 rest/mywork/latest/status/notification/count
698689
locust.get(f'/rest/mywork/latest/status/notification/count'
699690
f'?pageid={content_id}'
@@ -975,9 +966,6 @@ def create_page():
975966
headers=RESOURCE_HEADERS,
976967
catch_response=True)
977968

978-
# 1190 rest/helptips/1.0/tips
979-
locust.get('/rest/helptips/1.0/tips', catch_response=True)
980-
981969
# 1200 rest/inlinecomments/1.0/comments
982970
locust.get(f'/rest/inlinecomments/1.0/comments'
983971
f'?containerId={locust.session_data_storage["content_id"]}'
@@ -1234,9 +1222,6 @@ def edit_page():
12341222
headers=RESOURCE_HEADERS,
12351223
catch_response=True)
12361224

1237-
# 1510 rest/helptips/1.0/tips
1238-
locust.get('/rest/helptips/1.0/tips', catch_response=True)
1239-
12401225
locust.get(f'/rest/inlinecomments/1.0/comments'
12411226
f'?containerId={locust.session_data_storage["content_id"]}'
12421227
f'&_={timestamp_int()}',

0 commit comments

Comments
 (0)