Fix create capability request parameters
- Feb 19, 2021
-
-
`CapabilityService.create_request` instead of duplicating that logic within the view; changed tests and mocks to go along with the changes
-
-
Changed create_capability_request
Pyramid view to use existing CapabilityRequest.create_request
method for capability request creation
`CapabilityService.create_request` instead of duplicating that logic within the view; changed tests and mocks to go along with the changes