From e78bfe13bb52196ad84e68f4d4aa476aad1b6c52 Mon Sep 17 00:00:00 2001 From: Tomasz Wrobel Date: Thu, 20 Feb 2020 16:45:12 +0100 Subject: Add HttpClient Issue-ID: AAF-996 Signed-off-by: Tomasz Wrobel Change-Id: I3ebb0ea88ef1a72c16064fd9a1931943b57410d8 --- certServiceClient/src/test/resources/missingPkResponse | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 certServiceClient/src/test/resources/missingPkResponse (limited to 'certServiceClient/src/test/resources/missingPkResponse') 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 -- cgit 1.2.3-korg