-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 759 - Omits federal funding validation for graduate Because of how federal funding details is saved, federal funding may not pass validation because of a race condition. This change turns off the validation for graduate submissions. * Only build federal_funding_details for graduate instance * Adds some more tests * Validate federal_funding_details through submission only for graduate * Fix test * I think federal_funding_details was building and saving before it could be reassigned to the factory bot federal_funding_details. I fixed this by just updating the existing federal funding details with valid values * Removes byebug * Rubocop * Only set federal_funding_details for graduate instance * rubocop --------- Co-authored-by: Jesse Landis-Eigsti <[email protected]>
- Loading branch information
1 parent
2dbade5
commit 4fefbde
Showing
3 changed files
with
87 additions
and
16 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