From 23bc7e8f5fbd1d338b3455d9cc35e2386959e11e Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 30 Apr 2018 23:46:37 +0200 Subject: Rework the way we're outputing files --- tests/test_climat2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_climat2.py') diff --git a/tests/test_climat2.py b/tests/test_climat2.py index bc4a175..44703b7 100644 --- a/tests/test_climat2.py +++ b/tests/test_climat2.py @@ -45,7 +45,7 @@ class TestCleanMeta(unittest.TestCase): stdout=subprocess.PIPE) stdout, _ = proc.communicate() - proc = subprocess.Popen(['./main.py', '--show', './tests/data/clean.jpg.cleaned'], + proc = subprocess.Popen(['./main.py', '--show', './tests/data/clean.cleaned.jpg'], stdout=subprocess.PIPE) stdout, _ = proc.communicate() self.assertNotIn(b'Comment: Created with GIMP', stdout) -- cgit v1.3