-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix reload on cancel and bug with deleted contacts
- Loading branch information
1 parent
dd381ea
commit 5492996
Showing
5 changed files
with
13 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,10 +89,9 @@ def test_update_user_by_id(user_setup, mocker): | |
assert db_user.info.email == "[email protected]" | ||
assert db_user.info.organization_address == "170 University Ave W" | ||
|
||
# Check that involved_meal_requests is not changed since its backend driven | ||
# Check that involved_meal_requests is not changed since its backend driven | ||
assert db_user.info.involved_meal_requests == initial_involved_meal_requests | ||
|
||
|
||
assert user_result4["info"] == MOCK_INFO4_CAMEL | ||
|
||
update_to_user_1_info = graphql_schema.execute( | ||
|
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