One more.

This commit is contained in:
heyyo
2018-06-02 14:31:03 +02:00
parent a213d5b611
commit cb64ac4797
+1 -1
View File
@@ -61,7 +61,7 @@ def test_check(episode, intro_file, cli_runner, tmpdir, monkeypatch, HT, mocker)
res = cli_runner.invoke(plex.export_db, ['-f', 'json', '-fp', str(tmpdir), '-wf'])
print(res.output)
fp = os.path.join(str(tmpdir), 'Preprocessed.json')
fp = os.path.join(str(tmpdir), 'Processed.json')
assert os.path.exists(fp)
with open(fp, 'r') as f: