Removed invalid placeholder test
This commit is contained in:
parent
84c44f3395
commit
a9a42e0a99
@ -1586,7 +1586,6 @@ class TestShellCommand:
|
|||||||
|
|
||||||
@pytest.mark.parametrize('kwargs, val', [
|
@pytest.mark.parametrize('kwargs, val', [
|
||||||
({}, ''),
|
({}, ''),
|
||||||
({'placeholder': '{}'}, 'foo{} bar'),
|
|
||||||
({'placeholder': '{}'}, 'foo bar'),
|
({'placeholder': '{}'}, 'foo bar'),
|
||||||
({}, 'foo"'), # not splittable with shlex
|
({}, 'foo"'), # not splittable with shlex
|
||||||
])
|
])
|
||||||
|
Loading…
Reference in New Issue
Block a user