Fix modified debug test

This commit is contained in:
David Murphy 2025-01-31 11:49:53 -07:00 committed by Daniel Wozniak
parent d0231f33ee
commit c346ebaad4

View file

@ -397,8 +397,9 @@ def _test_lock(opts):
assert repo.lock() == ( assert repo.lock() == (
[ [
( (
f"Set update lock for git_pillar remote " ## DGM f"Set update lock for git_pillar remote "
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}'"
) )
], ],
[], [],