From 5c53a583d402385fc9f4482c877ba21eace9edce Mon Sep 17 00:00:00 2001 From: OlehStefanyshyn Date: Tue, 9 Sep 2025 15:37:31 +0300 Subject: [PATCH] confluence/cleanup-locust-helptips-request --- app/locustio/confluence/http_actions.py | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/app/locustio/confluence/http_actions.py b/app/locustio/confluence/http_actions.py index 3457fba78..065fa131b 100644 --- a/app/locustio/confluence/http_actions.py +++ b/app/locustio/confluence/http_actions.py @@ -129,9 +129,6 @@ def view_page(locust): headers=RESOURCE_HEADERS, catch_response=True) - # 120 rest/helptips/1.0/tips - locust.get('/rest/helptips/1.0/tips', catch_response=True) - # 130 rest/inlinecomments/1.0/comments r = locust.get(f'/rest/inlinecomments/1.0/comments' f'?containerId={parsed_page_id}' @@ -313,9 +310,6 @@ def view_blog(locust): headers=RESOURCE_HEADERS, catch_response=True) - # 360 rest/helptips/1.0/tips - locust.get('/rest/helptips/1.0/tips', catch_response=True) - # 370 rest/inlinecomments/1.0/comments r = locust.get(f'/rest/inlinecomments/1.0/comments' f'?containerId={blog_id}' @@ -691,9 +685,6 @@ def create_blog(): locust.get(f'/s/en_GB/{build_number}/{keyboard_hash}/_/images/icons/profilepics/add_profile_pic.svg', catch_response=True) - # 810 rest/helptips/1.0/tips - locust.get('/rest/helptips/1.0/tips', catch_response=True) - # 820 rest/mywork/latest/status/notification/count locust.get(f'/rest/mywork/latest/status/notification/count' f'?pageid={content_id}' @@ -975,9 +966,6 @@ def create_page(): headers=RESOURCE_HEADERS, catch_response=True) - # 1190 rest/helptips/1.0/tips - locust.get('/rest/helptips/1.0/tips', catch_response=True) - # 1200 rest/inlinecomments/1.0/comments locust.get(f'/rest/inlinecomments/1.0/comments' f'?containerId={locust.session_data_storage["content_id"]}' @@ -1234,9 +1222,6 @@ def edit_page(): headers=RESOURCE_HEADERS, catch_response=True) - # 1510 rest/helptips/1.0/tips - locust.get('/rest/helptips/1.0/tips', catch_response=True) - locust.get(f'/rest/inlinecomments/1.0/comments' f'?containerId={locust.session_data_storage["content_id"]}' f'&_={timestamp_int()}',