-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
check member for anon and nonanon groups (#1870)
* check member for anon and nonanon groups * increase version
- Loading branch information
Showing
3 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2278,6 +2278,9 @@ def test_submission(self, journal, openreview_client, test_client, helpers): | |
|
||
helpers.await_queue_edit(openreview_client, edit_id=verification_note['id']) | ||
|
||
## check late invitees again | ||
assert journal.get_late_invitees('TMLR/Paper1/-/Camera_Ready_Verification') == [] | ||
|
||
messages = journal.client.get_messages(to = '[email protected]', subject = '[TMLR] Camera ready version accepted for your TMLR submission 1: Paper title VERSION 2') | ||
assert len(messages) == 1 | ||
assert messages[0]['content']['text'] == f'''Hi SomeFirstName User, | ||
|