aboutsummaryrefslogtreecommitdiffstats
path: root/test/iptc.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/iptc.py')
-rw-r--r--test/iptc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/iptc.py b/test/iptc.py
index 06d01dd..3eefce0 100644
--- a/test/iptc.py
+++ b/test/iptc.py
@@ -249,7 +249,7 @@ class TestIptcTag(unittest.TestCase):
'city of object data origin according to guidelines ' \
'established by the provider.', 'String', ['Seattle'])
tag.metadata = ImageMetadataMock()
- tag.metadata._set_iptc_tag_values(tag.key, tag.to_string())
+ tag.metadata._set_iptc_tag_values(tag.key, tag.to_string_list())
self.assertEqual(tag.metadata.tags, {tag.key: ['Seattle']})
del tag.values
self.failIf(hasattr(tag, 'values'))