Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mvlassis committed Jan 30, 2025
1 parent 37506b2 commit 172984d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ def get_stale_profiles(yaml_path_1, yaml_path_2) -> list[str]:
"""Load two YAML files and find the stale Profiles.
Args:
yaml_path_1: Path to the YAML file in the first repository.
yaml_path_2: Path to the YAML file in the second repository.
yaml_path_1: Path to the first YAML file.
yaml_path_2: Path to the second YAML file.
Returns:
Profiles that are in the first YAML but not in the second.
Expand Down

0 comments on commit 172984d

Please sign in to comment.