Skip to content

Commit

Permalink
Fix assertion in test_get_filtered_clips
Browse files Browse the repository at this point in the history
  • Loading branch information
andersy005 committed Jan 18, 2024
1 parent 8a39259 commit 482d714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_clips.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ def test_get_filtered_clips(test_app):
data = response.json()['data']
assert isinstance(data, list)
entry = data[0]
assert entry['tags'] == ['additionality', 'regulatory-capture']
assert isinstance(entry['tags'], list)

0 comments on commit 482d714

Please sign in to comment.