Skip to content

Commit

Permalink
Fixup: format code with Black
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 17, 2021
1 parent 8e8a3a5 commit 1a6453c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pod/playlist/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def test_playlist_play(self):
self.assertEqual(response.status_code, 200)
print(
"-> Check if unvisible playlist is not accessible ",
"by authenticate but not owner user"
"by authenticate but not owner user",
)
authenticate(username="utest", password="uhello")
login = self.client.login(username="utest", password="uhello")
Expand Down
4 changes: 2 additions & 2 deletions pod/video/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1051,7 +1051,7 @@ def test_video_recordTestView_get_request_restrict(self):
self.assertEqual(response.status_code, HTTPStatus.OK)
print(
" ---> test_video_recordTestView_get_request_restrict ",
"of video_recordTestView: OK!"
"of video_recordTestView: OK!",
)

def test_video_recordTestView_upload_recordvideo(self):
Expand Down Expand Up @@ -1079,7 +1079,7 @@ def test_video_recordTestView_upload_recordvideo(self):
self.assertEqual(vid.title, "test upload")
print(
" ---> test_video_recordTestView_upload_recordvideo ",
"of video_recordTestView: OK!"
"of video_recordTestView: OK!",
)


Expand Down

0 comments on commit 1a6453c

Please sign in to comment.