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

Skip to content

Commit 3610087

Browse files
authored
Merge pull request #2527 from chrisRedwine/remove-extraneous-raw-string-literal
remove extraneous raw string literal in test
2 parents 102fbb2 + 6d5de9f commit 3610087

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)