Replace double quotes with single quotes
This commit is contained in:
parent
cd412b20dc
commit
7c882a457b
1 changed files with 1 additions and 1 deletions
|
|
@ -945,7 +945,7 @@ class TestSafeJoin(object):
|
|||
|
||||
class TestHelpers(object):
|
||||
|
||||
@pytest.mark.parametrize("debug, expected_flag, expected_default_flag", [
|
||||
@pytest.mark.parametrize('debug, expected_flag, expected_default_flag', [
|
||||
('', None, True),
|
||||
('0', False, False),
|
||||
('False', False, False),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue