Skip to content

Commit

Permalink
pre-commit - mypy check
Browse files Browse the repository at this point in the history
  • Loading branch information
pszkamruk-splunk committed Nov 8, 2023
1 parent 63dcd60 commit cde2a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui_tests/splunk_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def _collect_metrics(
+ start_time
+ "&latest="
+ end_time
+ "&output_mode=json".format(url)
+ "&output_mode=json"
)
logger.debug("requesting: %s", api_url)

Expand Down

0 comments on commit cde2a1b

Please sign in to comment.