diff options
author | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2020-02-20 16:45:12 +0100 |
---|---|---|
committer | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2020-02-28 11:41:26 +0100 |
commit | e78bfe13bb52196ad84e68f4d4aa476aad1b6c52 (patch) | |
tree | d913c9049a18f6cca8446319bd43b4455319d122 /certServiceClient/src/test/resources/missingPkResponse | |
parent | 9e692d47d60d47c3668ba3281fdca61921a92fcf (diff) |
Add HttpClient
Issue-ID: AAF-996
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: I3ebb0ea88ef1a72c16064fd9a1931943b57410d8
Diffstat (limited to 'certServiceClient/src/test/resources/missingPkResponse')
-rw-r--r-- | certServiceClient/src/test/resources/missingPkResponse | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/certServiceClient/src/test/resources/missingPkResponse b/certServiceClient/src/test/resources/missingPkResponse new file mode 100644 index 00000000..c53358e0 --- /dev/null +++ b/certServiceClient/src/test/resources/missingPkResponse @@ -0,0 +1,7 @@ +{ + "timestamp": "2020-02-25T06:36:23.651+0000", + "status": 400, + "error": "Bad Request", + "message": "Missing request header 'PK' for method parameter of type String", + "path": "//v1/certificate/TestCA" +}
\ No newline at end of file |