Fix test on linux

This commit is contained in:
Bruno Oliveira 2017-03-20 23:44:50 -03:00
parent eabe3eed6b
commit 916d272c44
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ class TestNewAPI(object):
assert result.ret == 1
result.stdout.fnmatch_lines([
"*could not create cache path*",
"*1 pytest-warnings*",
"*1 warnings*",
])
def test_config_cache(self, testdir):