Skip to content

Commit

Permalink
PPR API verify new CI script updates.
Browse files Browse the repository at this point in the history
Signed-off-by: Doug Lovett <[email protected]>
  • Loading branch information
doug-lovett committed Dec 13, 2024
1 parent fa8f44f commit 34ee138
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ppr-api/tests/unit/api/test_search_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@ def test_get_search_detail(session, client, jwt, desc, roles, status, has_accoun
current_app.config.update(AUTH_SVC_URL=MOCK_URL_NO_KEY)
headers = None
# setup
if is_ci_testing() and is_report:
return
if is_report:
headers = create_header_account_report(jwt, roles)
elif has_account and BCOL_HELP in roles:
Expand Down

0 comments on commit 34ee138

Please sign in to comment.