Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6d5de9f

Browse files
committed
remove extraneous raw string literal in test
1 parent 102fbb2 commit 6d5de9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/clientlib_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ def test_validate_optional_sensible_regex_at_hook(caplog, regex, warning):
321321

322322
def test_validate_optional_sensible_regex_at_local_hook(caplog):
323323
config_obj = sample_local_config()
324-
config_obj['hooks'][0]['files'] = r'dir/*.py'
324+
config_obj['hooks'][0]['files'] = 'dir/*.py'
325325

326326
cfgv.validate(config_obj, CONFIG_REPO_DICT)
327327

0 commit comments

Comments
 (0)