diff options
author | Thomas <> | 2021-11-02 14:46:06 +0100 |
---|---|---|
committer | Thomas <> | 2021-11-02 14:46:06 +0100 |
commit | dd2cd283ba35d35335e118c91fd95c0a00de693f (patch) | |
tree | 8f88c04f0df4143461e43a61d5dd3061fccf6ed8 /eaaf_core_utils/src/test | |
parent | 9eca51b62ef6f69788d5af3a11ffd3191965cf65 (diff) | |
download | EAAF-Components-dd2cd283ba35d35335e118c91fd95c0a00de693f.tar.gz EAAF-Components-dd2cd283ba35d35335e118c91fd95c0a00de693f.tar.bz2 EAAF-Components-dd2cd283ba35d35335e118c91fd95c0a00de693f.zip |
add timezone to verifiable pendingRequestId's
Diffstat (limited to 'eaaf_core_utils/src/test')
-rw-r--r-- | eaaf_core_utils/src/test/java/at/gv/egiz/eaaf/core/impl/utils/test/AuthenticatedEncryptionPendingRequestIdGenerationStrategyTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
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, |