Fix create capability request parameters
Compare changes
Files
3- Nathan Hertz authored
`CapabilityService.create_request` instead of duplicating that logic within the view; changed tests and mocks to go along with the changes
@@ -4,12 +4,7 @@
@@ -52,9 +47,7 @@ def create_capability_request(request: Request) -> Response:
@@ -71,13 +64,10 @@ def create_capability_request(request: Request) -> Response: