Skip to content

Commit

Permalink
Updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Spitfireap committed Aug 18, 2024
1 parent 578d65f commit 6cb0e80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions modoboa_webmail/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ def setUp(self):
"username": self.user.username, "password": "toto"
}
self.client.post(url, data)
url = reverse("modoboa_webmail:get_plain_password")
data = { "password": "toto" }
self.client.post(url, data)

def tearDown(self):
"""Cleanup."""
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
chardet
lxml
modoboa==2.3.0
modoboa>=2.3.0

0 comments on commit 6cb0e80

Please sign in to comment.