Skip to content

Commit

Permalink
uuids str
Browse files Browse the repository at this point in the history
rh-pre-commit.version: 2.2.0
rh-pre-commit.check-secrets: ENABLED
  • Loading branch information
Auto User committed Sep 5, 2024
1 parent b6dcafd commit d3a7483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def process_test(
match.save_results(merged_df, csv_file_path=output_file_path)
return merged_df, metrics_config

def shorten_url(shortener: any, uuids: List[str]) -> str:
def shorten_url(shortener: any, uuids: str) -> str:
"""Shorten url if there is a list of buildUrls
Args:
Expand Down

0 comments on commit d3a7483

Please sign in to comment.