Skip to content

Commit

Permalink
Ignore flake8 C901 for movie attr test
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyWong16 committed Sep 1, 2024
1 parent 4110583 commit 5ad82ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_video.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def test_video_Movie_merge(movie, patched_http_call):
movie.merge(1337)


def test_video_Movie_attrs(movies):
def test_video_Movie_attrs(movies): # noqa: C901
movie = movies.get("Sita Sings the Blues")
assert len(movie.locations) == 1
assert len(movie.locations[0]) >= 10
Expand Down

0 comments on commit 5ad82ba

Please sign in to comment.