Fixed debugging test

This commit is contained in:
David Murphy 2025-01-31 13:04:32 -07:00 committed by Daniel Wozniak
parent c346ebaad4
commit 5779722440

View file

@ -408,9 +408,9 @@ def _test_lock(opts):
assert repo.clear_lock() == ( 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}'" ## 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}'"
) )
], ],
[], [],