Skip to content

Commit

Permalink
remove login call from test as it doesn't seem to set login_time or l…
Browse files Browse the repository at this point in the history
…ast_login_time properties that I'm attempting to test
  • Loading branch information
ezvirtual committed Apr 24, 2018
1 parent 17f2929 commit 68af52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Products/PlonePAS/tests/test_memberdatatool.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def event_handler(context, event):

# Test that notify(PropertiesUpdated) isn't called on user login.
self._properties_updated_handler_called = False
login(self.portal, username)

# Imitate a login as the plone.app.testing login method doesn't seem to
# set these member properties.
member.setMemberProperties({
Expand Down

0 comments on commit 68af52b

Please sign in to comment.