diff options
author | 2020-03-02 11:16:09 +0000 | |
---|---|---|
committer | 2020-03-02 11:16:09 +0000 | |
commit | be552bb854e00ad79d0854304226829d0f969fb6 (patch) | |
tree | fb270306b183765edd2dc34265f3cf781d3faada /certServiceClient/src/test/resources/missingPkResponse | |
parent | caa59bc41e4de0d52da73fe22e75e6e9134a0d1c (diff) | |
parent | e78bfe13bb52196ad84e68f4d4aa476aad1b6c52 (diff) |
Merge "Add HttpClient"
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 |