Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosomb committed Aug 22, 2023
1 parent 444f178 commit 3e422fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_login.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ def test_accessing_login_page(wallabag_service):
assert r.status_code == 200
assert 'Log in' in r.text
assert 'Password' in r.text
assert 'Register' in r.text
assert 'Username' in r.text


Expand Down

0 comments on commit 3e422fe

Please sign in to comment.