summaryrefslogtreecommitdiff
path: root/tests/functional-tests/501-writeback-details.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional-tests/501-writeback-details.py')
-rwxr-xr-xtests/functional-tests/501-writeback-details.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional-tests/501-writeback-details.py b/tests/functional-tests/501-writeback-details.py
index e4741bb57..62da5fc4e 100755
--- a/tests/functional-tests/501-writeback-details.py
+++ b/tests/functional-tests/501-writeback-details.py
@@ -77,7 +77,7 @@ class WritebackKeepDateTest (CommonTrackerWritebackTest):
# Check the value is written in the file
metadata = self.extractor.get_metadata (self.get_test_filename_jpeg (), "")
- self.assertIn (self.favorite, metadata ["nao:hasTag:prefLabel"],
+ self.assertIn (self.favorite, metadata ["nao:hasTag"],
"Tag hasn't been written in the file")
# Now check the modification date of the files and it should be the same :)