Skip to content

Commit

Permalink
don't need to call extractData here
Browse files Browse the repository at this point in the history
  • Loading branch information
mattss committed Jun 23, 2014
1 parent 45174f1 commit 2f8a1ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ploneintranet/workspace/tests/test_forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,6 @@ def test_form_doesnt_accept_a_ws_member_email(self):
)

form.update()
data, errors = form.extractData()
error_msg = "User is already a member of this workspace"
self.assertEqual(
error_msg,
Expand Down

0 comments on commit 2f8a1ec

Please sign in to comment.