From dd2cd283ba35d35335e118c91fd95c0a00de693f Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Tue, 2 Nov 2021 14:46:06 +0100 Subject: add timezone to verifiable pendingRequestId's --- .../AuthenticatedEncryptionPendingRequestIdGenerationStrategyTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eaaf_core_utils/src/test/java/at/gv') diff --git a/eaaf_core_utils/src/test/java/at/gv/egiz/eaaf/core/impl/utils/test/AuthenticatedEncryptionPendingRequestIdGenerationStrategyTest.java b/eaaf_core_utils/src/test/java/at/gv/egiz/eaaf/core/impl/utils/test/AuthenticatedEncryptionPendingRequestIdGenerationStrategyTest.java index 09a9543a..93ef17b9 100644 --- a/eaaf_core_utils/src/test/java/at/gv/egiz/eaaf/core/impl/utils/test/AuthenticatedEncryptionPendingRequestIdGenerationStrategyTest.java +++ b/eaaf_core_utils/src/test/java/at/gv/egiz/eaaf/core/impl/utils/test/AuthenticatedEncryptionPendingRequestIdGenerationStrategyTest.java @@ -191,7 +191,7 @@ public class AuthenticatedEncryptionPendingRequestIdGenerationStrategyTest { @Test public void wrongFormatWrongDate() throws EaafException, JoseException, UnsupportedEncodingException { - String payLoad = "2020-01-01 12:01:55 111" + "|" + String payLoad = "2020-01-01 12:01:55 111 +00:00" + "|" + RandomStringUtils.randomAlphanumeric(25); String extPendingId = generateEncryptedPendingId(payLoad, -- cgit v1.2.3