-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(enrollment): retry responds to GET and POST
this change simplifies thee view logic and updates the corresponding tests throwing an error on GET is unnecessary -- the behavior was a kind of an assertion on how the user got to the /retry route, but in fact it doesn't really matter if they made a GET or POST. Supporting GET makes testing the route easier too.
- Loading branch information
1 parent
215ca88
commit 159a831
Showing
2 changed files
with
9 additions
and
27 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