Skip to content

Commit 492daa2

Browse files
authored
Merge pull request #707 from atlassian/dca_1377_Tech_debt_Check_Confluence_prepare_data.py_script_in_low_tier_instance
Tech debt: Check Confluence prepare_data.py script in low tier instance
2 parents 6b115f3 + d2c6421 commit 492daa2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/util/api/confluence_clients.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import xmlrpc.client
2+
from selenium_ui.conftest import retry
23

34
from util.api.abstract_clients import RestClient, Client
45
from lxml import html
@@ -44,6 +45,7 @@ def get_content(self, start=0, limit=100, type="page", expand="space"):
4445

4546
return content
4647

48+
@retry()
4749
def get_content_search(self, start=0, limit=100, cql=None, expand="space"):
4850
"""
4951
Fetch a list of content using the Confluence Query Language (CQL).

0 commit comments

Comments
 (0)