We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6ac185 commit 634f9b6Copy full SHA for 634f9b6
test/unit/test_findings.py
@@ -302,7 +302,7 @@ def test_issues_count_3() -> None:
302
def test_search_issues_by_project() -> None:
303
"""test_search_issues_by_project"""
304
nb_issues = len(issues.search_by_project(endpoint=tutil.SQ, project_key=tutil.LIVE_PROJECT, search_findings=True))
305
- assert 100 <= nb_issues <= 3500
+ assert 100 <= nb_issues <= 3700
306
nb_issues = len(issues.search_by_project(endpoint=tutil.SQ, project_key=tutil.LIVE_PROJECT, params={"resolved": "false"}))
307
assert nb_issues < 1800
308
nb_issues = len(issues.search_by_project(endpoint=tutil.SQ, project_key=None))
0 commit comments