Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Commit

Permalink
Merge pull request #229 from m8ttyB/update_group_test
Browse files Browse the repository at this point in the history
change group invite member
  • Loading branch information
rbillings committed Apr 27, 2016
2 parents 6fec5e2 + 02c9b5e commit 9e362bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_group.py
Expand Up @@ -85,7 +85,7 @@ def test_group_invitations(self, base_url, selenium, vouched_user):

# Invite a new member
invite = group.invitations.invite
new_member = "Matt Brandt"
new_member = "Nikos Roussos"
invite.invite_new_member(new_member)
invite.click_invite()

Expand Down

0 comments on commit 9e362bc

Please sign in to comment.