From 9039fd7a3784d08fba3f986879d27fbe8827fca2 Mon Sep 17 00:00:00 2001 From: Rafael Acevedo Date: Thu, 25 Apr 2024 16:12:20 -0300 Subject: [PATCH] test: add unknown field to mocked response This tests the fix for unknown fields provided in https://github.com/inloco/incognia-api-java/pull/215 --- src/test/resources/post_transaction_response.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/resources/post_transaction_response.json b/src/test/resources/post_transaction_response.json index cdb8f30..b10554d 100644 --- a/src/test/resources/post_transaction_response.json +++ b/src/test/resources/post_transaction_response.json @@ -2,6 +2,7 @@ "id": "dfe1f2ff-8f0d-4ce8-aed1-af8435143044", "risk_assessment": "low_risk", "device_id": "1df6d999-556d-42c3-8c63-357e5d08d95b", + "unknown_field": "unknown_value", "reasons": [ { "code": "trusted_location",