Skip to content

Commit 6cb0e80

Browse files
committed
Updated tests
1 parent 578d65f commit 6cb0e80

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

modoboa_webmail/tests/test_views.py

+3
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ def setUp(self):
133133
"username": self.user.username, "password": "toto"
134134
}
135135
self.client.post(url, data)
136+
url = reverse("modoboa_webmail:get_plain_password")
137+
data = { "password": "toto" }
138+
self.client.post(url, data)
136139

137140
def tearDown(self):
138141
"""Cleanup."""

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
chardet
22
lxml
3-
modoboa==2.3.0
3+
modoboa>=2.3.0

0 commit comments

Comments
 (0)