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