diff --git a/tests/test_files.py b/tests/test_files.py index ec0576b1..9cfa1943 100644 --- a/tests/test_files.py +++ b/tests/test_files.py @@ -117,7 +117,7 @@ def test_dedents_properly_when_file_does_not_contain_pattern(self, fixtures_path caplog.set_level(logging.INFO) logger = get_indented_logger(__name__) logger.reset() - globs = fixtures_path / "glob" / "**/*.txt" + globs = f"{fixtures_path}/glob/**/*.txt" overrides = { "current_version": "1.2.3", "files": [{"glob": str(globs), "ignore_missing_file": True, "ignore_missing_version": True}],