mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix modified debug test
This commit is contained in:
parent
d0231f33ee
commit
c346ebaad4
1 changed files with 3 additions and 2 deletions
|
@ -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}'"
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
[],
|
[],
|
||||||
|
|
Loading…
Add table
Reference in a new issue