Skip to content

Commit 4d4f249

Browse files
Merge pull request #1732 from atlassian/hotfix-locust-cql-confluence-hardcode
Hotfix locust cql confluence hardcode
2 parents 1d0986f + 44282c6 commit 4d4f249

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/locustio/confluence/locustfile.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
from extension.confluence.extension_locust import app_specific_action
44
from locustio.common_utils import LocustConfig, MyBaseTaskSet
5-
from locustio.confluence.http_actions import login_and_view_dashboard, view_dashboard, view_blog, \
6-
search_cql_and_view_results, open_editor_and_create_blog, create_and_edit_page, comment_page, view_attachments, \
7-
upload_attachments, like_page, view_page
5+
from locustio.confluence.http_actions import login_and_view_dashboard, view_dashboard, view_blog,\
6+
open_editor_and_create_blog, create_and_edit_page, comment_page, view_attachments, \
7+
upload_attachments, like_page, view_page, search_cql_two_words_and_view_results, search_cql_three_words
88
from util.conf import CONFLUENCE_SETTINGS
99

1010
config = LocustConfig(config_yml=CONFLUENCE_SETTINGS)

0 commit comments

Comments
 (0)