diff --git a/tests/functional/openlp_plugins/songs/test_mediaitem.py b/tests/functional/openlp_plugins/songs/test_mediaitem.py index 9af310e26..3cdd8235d 100644 --- a/tests/functional/openlp_plugins/songs/test_mediaitem.py +++ b/tests/functional/openlp_plugins/songs/test_mediaitem.py @@ -431,10 +431,12 @@ class TestMediaItem(TestCase, TestMixin): # GIVEN: A Song and a Service Item song = Song() song.title = 'My Song' + song.alternate_title = "" song.copyright = 'My copyright' song.authors_songs = [] song.songbook_entries = [] song.ccli_number = '' + song.topics = None book1 = MagicMock() book1.name = "My songbook" book2 = MagicMock()