-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update institution in db when profile update form is submitted
- Loading branch information
Jake Rosenberg
authored and
Jake Rosenberg
committed
Nov 18, 2023
1 parent
e3e3960
commit 471c8ab
Showing
4 changed files
with
19 additions
and
3 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 |
---|---|---|
|
@@ -137,6 +137,7 @@ def mock_user_side_effect(username = 'ds_admin', email = '[email protected]'): | |
|
||
# pass test for duplicate email check | ||
mock_tas().get_user.side_effect = mock_user_side_effect | ||
mock_tas().save_user.side_effect = mock_user_side_effect | ||
|
||
edit_url = reverse('designsafe_accounts:profile_edit') | ||
self.client.login(username='ds_admin', password='admin/password') | ||
|
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