Update test_cli.py
This commit is contained in:
@@ -7196,6 +7196,6 @@ def test_export_description_template_conditional():
|
|||||||
],
|
],
|
||||||
)
|
)
|
||||||
assert result.exit_code == 0
|
assert result.exit_code == 0
|
||||||
json_got = json.load(f"{FILENAME_TITLE_EMPTY}.json")[0]
|
json_got = json.load(f"{FILENAME_EMPTY_TITLE}.json")[0]
|
||||||
assert json_got["EXIF:ImageDescription"] == DESCRIPTION_VALUE_TITLE_CONDITIONAL
|
assert json_got["EXIF:ImageDescription"] == DESCRIPTION_VALUE_TITLE_CONDITIONAL
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user