Skip to content

Commit

Permalink
Merge pull request #120 from iesl/fix/invitation-missing-field
Browse files Browse the repository at this point in the history
Add field error_message to the invitation
  • Loading branch information
melisabok authored Aug 8, 2019
2 parents f952325 + 189b5e0 commit faf4a91
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/helpers/conference_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ def customize_invitations (self):
'description': 'List of scores names',
'order': 3
}
config_inv.reply['content']['error_message'] = {
'required': False,
'description': 'Error message',
'order': 4
}

self.client.post_invitation(config_inv)

Expand Down

0 comments on commit faf4a91

Please sign in to comment.