Fix missing typo f-string

This commit is contained in:
David Murphy 2024-02-08 15:04:55 -07:00 committed by Daniel Wozniak
parent 0ba93f829c
commit 2a532aa2a3

View file

@ -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}'"
],
[],
)