Skip to content

Commit

Permalink
Fixes linting noise
Browse files Browse the repository at this point in the history
  • Loading branch information
akolson committed Jan 12, 2024
1 parent eb0a726 commit 30fe07f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def test_recommendations__topic__valid():
"id": "456",
"title": "Target topic",
"description": "Target description",
"language": "en"
"language": "en",
}
],
"resources": [
Expand All @@ -289,13 +289,13 @@ def test_recommendations__topic__valid():
"title": "Resource title",
"description": "Resource description",
"text": "Resource text",
"language": "en"
"language": "en",
},
],
"metadata": {
"channel_id": "000",
"channel_title": "Channel title",
"some_additional_field": "some_random_value"
}
"some_additional_field": "some_random_value",
},
}
)

0 comments on commit 30fe07f

Please sign in to comment.