Skip to content

Commit

Permalink
stratis_cli_cert: remove unnecessary formatted string
Browse files Browse the repository at this point in the history
Signed-off-by: Bryan Gurney <[email protected]>
  • Loading branch information
bgurney-rh committed Aug 6, 2024
1 parent 2ef9db8 commit 2edc3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stratis_cli_cert.py
Original file line number Diff line number Diff line change
Expand Up @@ -1222,7 +1222,7 @@ def test_filesystem_debug_get_metadata(self):
"filesystem",
"debug",
"get-metadata",
f"{pool_name}",
pool_name,
f"--fs-name={filesystem_name}",
],
0,
Expand Down

0 comments on commit 2edc3a5

Please sign in to comment.