mirror of
https://github.com/Hellowlol/bw_plex.git
synced 2026-05-06 22:40:46 -05:00
One more.
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user