-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9fb1c81
commit 6ab8a06
Showing
5 changed files
with
6 additions
and
46 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
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 |
---|---|---|
|
@@ -823,35 +823,6 @@ def test_check_usernames_new_and_twice(self) -> None: | |
) | ||
self.assert_model_not_exists("user/3") | ||
|
||
# def test_with_forwarding_committees(self) -> None: | ||
# request_data = self.create_request_data( | ||
# { | ||
# "user": { | ||
# "2": self.get_user_data( | ||
# 2, | ||
# { | ||
# "username": "user2", | ||
# "last_name": "new user", | ||
# "email": "[email protected]", | ||
# "forwarding_committee_ids": [4], | ||
# }, | ||
# ) | ||
# } | ||
# } | ||
# ) | ||
|
||
# response = self.request("meeting.import", request_data) | ||
# self.assert_status_code(response, 200) | ||
# user2 = self.assert_model_exists( | ||
# "user/3", | ||
# { | ||
# "username": "user2", | ||
# "last_name": "new user", | ||
# "email": "[email protected]", | ||
# }, | ||
# ) | ||
# assert not user2.get("forwarding_committee_ids") | ||
|
||
def test_check_negative_default_vote_weight(self) -> None: | ||
request_data = self.create_request_data({}) | ||
request_data["meeting"]["user"]["1"] = self.get_user_data( | ||
|
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