mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 02:00:20 +00:00
Fix typo in assert check
This commit is contained in:
parent
b9203f80db
commit
7b40bdd4f9
1 changed files with 2 additions and 2 deletions
|
@ -345,7 +345,7 @@ def _test_lock(opts):
|
|||
assert repo.lock() == (
|
||||
[
|
||||
(
|
||||
f"Set update lock for gitfs remote "
|
||||
f"Set update lock for git_pillar remote "
|
||||
f"'https://github.com/saltstack/salt-test-pillar-gitfs.git' on machine_id '{mach_id}'"
|
||||
)
|
||||
],
|
||||
|
@ -355,7 +355,7 @@ def _test_lock(opts):
|
|||
assert repo.clear_lock() == (
|
||||
[
|
||||
(
|
||||
f"Removed update lock for gitfs remote "
|
||||
f"Removed update lock for git_pillar remote "
|
||||
f"'https://github.com/saltstack/salt-test-pillar-gitfs.git' on machine_id '{mach_id}'"
|
||||
)
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue