Skip to content

Commit 32d7bf9

Browse files
committed
Fix test
1 parent ebbb52c commit 32d7bf9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/musicbrainz/test_recording_lookup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,8 @@ def test_read(self, req):
322322
'recording_mbids':
323323
['1234a7ae-2af2-4291-aa84-bd0bafe291a1', 'ec5b8aa9-7483-4791-a185-1f599a0cdc35'],
324324
'inc': 'artist release tag'
325-
})
325+
},
326+
headers={})
326327

327328
assert len(entities) == 2
328329

0 commit comments

Comments
 (0)