1
0
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:
Jeremy Benoist
2020-12-10 16:04:00 +01:00
parent bd6e2b174e
commit a04e494755
7 changed files with 15 additions and 17 deletions

View File

@@ -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