diff options
author | Brittany Plummer (bp896r) <bp896r@att.com> | 2018-04-03 14:07:08 -0400 |
---|---|---|
committer | Brittany Plummer (bp896r) <bp896r@att.com> | 2018-04-03 14:07:08 -0400 |
commit | 22acc523d423820bf5a832c058cde24628433734 (patch) | |
tree | 48038d65f1dcbdacf68803e1e44d7c2e9e3b2a5c /mso-api-handlers/mso-api-handler-infra/src/test | |
parent | c80655d53e72129b5e124d76c101515a4fd35284 (diff) |
Added controllerType to requestParameters
Change-Id: Ib99642783e9d88558ff0875a246a9a1a628d3817
Issue-ID: SO-553
Signed-off-by: Brittany Plummer (bp896r) <bp896r@att.com>
Diffstat (limited to 'mso-api-handlers/mso-api-handler-infra/src/test')
-rw-r--r-- | mso-api-handlers/mso-api-handler-infra/src/test/resources/UserParams.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mso-api-handlers/mso-api-handler-infra/src/test/resources/UserParams.json b/mso-api-handlers/mso-api-handler-infra/src/test/resources/UserParams.json index d0613fc74e..0fc5355369 100644 --- a/mso-api-handlers/mso-api-handler-infra/src/test/resources/UserParams.json +++ b/mso-api-handlers/mso-api-handler-infra/src/test/resources/UserParams.json @@ -46,6 +46,7 @@ }],
"requestParameters": {
"usePreload": true,
+ "controllerType": "appc",
"userParams": [{
"name": "vlc_sctp_b_route_prefixes",
"value": [
|