Ruff formatting
This commit is contained in:
parent
35efba19b8
commit
f52ce85b3e
2 changed files with 2 additions and 2 deletions
|
|
@ -51,7 +51,8 @@ def test_validate_command_forbidden(cmd_name):
|
|||
|
||||
# As an argument (case-insensitive)
|
||||
with pytest.raises(
|
||||
StitcherValidationError, match=f"Forbidden element '{cmd_name.upper()}' detected"
|
||||
StitcherValidationError,
|
||||
match=f"Forbidden element '{cmd_name.upper()}' detected",
|
||||
):
|
||||
validate_command(["safe-command", cmd_name.upper()])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue