mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix missing typo f-string
This commit is contained in:
parent
0ba93f829c
commit
2a532aa2a3
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ def _test_lock(opts):
|
|||
assert os.path.isfile(repo._get_lock_file())
|
||||
assert repo.clear_lock() == (
|
||||
[
|
||||
"Removed update lock for gitfs remote 'https://github.com/saltstack/salt-test-pillar-gitfs.git' on machine_id '{mach_id}'"
|
||||
f"Removed update lock for gitfs remote 'https://github.com/saltstack/salt-test-pillar-gitfs.git' on machine_id '{mach_id}'"
|
||||
],
|
||||
[],
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue