Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Fix flake8 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ianb committed Aug 16, 2017
1 parent 57abfbd commit fdb9770
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/server/test_shot_put_auth.py
Expand Up @@ -31,6 +31,7 @@ def test_put_auth():
assert shot_page["clip_url"] == second_shot_page["clip_url"]
assert shot_page["clip_content"] == second_shot_page["clip_content"]


def test_update():
user = ScreenshotsClient()
user.login()
Expand All @@ -46,5 +47,6 @@ def test_update():
assert later_shot_page["clip_content"] != shot_page["clip_content"]
assert later_shot_page["clip_url"] != shot_page["clip_url"]


if __name__ == "__main__":
test_put_auth()

0 comments on commit fdb9770

Please sign in to comment.