Skip to content

Commit

Permalink
Fixed debugging test
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurphy18 committed Jan 31, 2025
1 parent 81425ac commit a995321
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/pytests/functional/utils/gitfs/test_pillar.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,9 +408,9 @@ def _test_lock(opts):
assert repo.clear_lock() == (
[
(
## DGM f"Set update lock for git_pillar remote "
## DGM f"Removed update lock for git_pillar remote "
## DGM f"'https://github.com/saltstack/salt-test-pillar-gitfs.git' on machine_id '{mach_id}'"
f"Set update lock for git_pillar remote '{testgitfs}' on machine_id '{mach_id}'"
f"Removed update lock for git_pillar remote '{testgitfs}' on machine_id '{mach_id}'"
)
],
[],
Expand Down

0 comments on commit a995321

Please sign in to comment.