mirror of
https://github.com/wallabag/docker
synced 2025-12-13 17:56:31 +00:00
Update to 2.4.0
This commit is contained in:
@@ -10,7 +10,7 @@ def test_accessing_login_page():
|
||||
r = requests.get(URL, allow_redirects=True)
|
||||
|
||||
assert r.status_code == 200
|
||||
assert 'Login' in r.text
|
||||
assert 'Log in' in r.text
|
||||
assert 'Password' in r.text
|
||||
assert 'Register' in r.text
|
||||
assert 'Username' in r.text
|
||||
|
||||
Reference in New Issue
Block a user