We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 578d65f commit 6cb0e80Copy full SHA for 6cb0e80
modoboa_webmail/tests/test_views.py
@@ -133,6 +133,9 @@ def setUp(self):
133
"username": self.user.username, "password": "toto"
134
}
135
self.client.post(url, data)
136
+ url = reverse("modoboa_webmail:get_plain_password")
137
+ data = { "password": "toto" }
138
+ self.client.post(url, data)
139
140
def tearDown(self):
141
"""Cleanup."""
requirements.txt
@@ -1,3 +1,3 @@
1
chardet
2
lxml
3
-modoboa==2.3.0
+modoboa>=2.3.0
0 commit comments