From ae5b02f563d08766c761025167b85c8efc3baa19 Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Sun, 11 Apr 2021 23:49:54 -0700 Subject: [PATCH] Added additional test for {photo} template --- tests/test_template.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/test_template.py b/tests/test_template.py index ec8fad1d..35055964 100644 --- a/tests/test_template.py +++ b/tests/test_template.py @@ -269,6 +269,14 @@ UUID_PHOTO = { "UK", "United Kingdom", ], + "{photo.keywords|lower}": [ + "england", + "london", + "london 2018", + "st. james's park", + "uk", + "united kingdom", + ], }, "3DD2C897-F19E-4CA6-8C22-B027D5A71907": {"{photo.place.country_code}": ["AU"]}, "F12384F6-CD17-4151-ACBA-AE0E3688539E": {"{photo.place.name}": ["_"]},