diff options
Diffstat (limited to 'prh-app-server/src/test/resources')
-rw-r--r-- | prh-app-server/src/test/resources/prh_endpoints.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/prh-app-server/src/test/resources/prh_endpoints.json b/prh-app-server/src/test/resources/prh_endpoints.json index b45ce485..84ad4fc8 100644 --- a/prh-app-server/src/test/resources/prh_endpoints.json +++ b/prh-app-server/src/test/resources/prh_endpoints.json @@ -3,7 +3,7 @@ "aai": { "aaiClientConfiguration": { "aaiHost": "localhost", - "aaiHostPortNumber": 8080, + "aaiPort": 8080, "aaiIgnoreSSLCertificateErrors": true, "aaiProtocol": "https", "aaiUserName": "AAI", @@ -14,7 +14,8 @@ "X-FromAppId": "prh", "X-TransactionId": "9999", "Accept": "application/json", - "Real-Time": "true" + "Real-Time": "true", + "Content-Type":"application/merge-patch+json" } } }, |