From 94b818b156ecae62586669d82cca17b76c298b32 Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Mon, 23 Aug 2021 18:09:36 -0700 Subject: [PATCH] Update test_cli.py --- tests/test_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_cli.py b/tests/test_cli.py index 00fb8eb5..105fe436 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -7196,6 +7196,6 @@ def test_export_description_template_conditional(): ], ) 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