From 4a216dcd09aa6e788d965cabeec8ddb0003b493f Mon Sep 17 00:00:00 2001 From: Dimitris Tsiflitzis Date: Tue, 28 May 2024 16:51:31 +0300 Subject: [PATCH] [fix] url values --- Tests/DirectPost/DirectPostJWTTests.swift | 4 ++-- Tests/DirectPost/DirectPostTests.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Tests/DirectPost/DirectPostJWTTests.swift b/Tests/DirectPost/DirectPostJWTTests.swift index 9784cc7..66c6323 100644 --- a/Tests/DirectPost/DirectPostJWTTests.swift +++ b/Tests/DirectPost/DirectPostJWTTests.swift @@ -355,7 +355,7 @@ final class DirectPostJWTTests: DiXCTest { /// Copy the "Authenticate with wallet link", choose the value for "request_uri" /// Decode the URL online and paste it below in the url variable /// Note: The url is only valid for one use - let url = "" + let url = "#04" let clientId = "verifier-backend.eudiw.dev" overrideDependencies() @@ -642,7 +642,7 @@ final class DirectPostJWTTests: DiXCTest { /// Copy the "Authenticate with wallet link", choose the value for "request_uri" /// Decode the URL online and paste it below in the url variable /// Note: The url is only valid for one use - let url = "" + let url = "#05" let clientId = "verifier-backend.eudiw.dev" overrideDependencies() diff --git a/Tests/DirectPost/DirectPostTests.swift b/Tests/DirectPost/DirectPostTests.swift index 75b27c2..2bac2f0 100644 --- a/Tests/DirectPost/DirectPostTests.swift +++ b/Tests/DirectPost/DirectPostTests.swift @@ -311,7 +311,7 @@ final class DirectPostTests: DiXCTest { /// Copy the "Authenticate with wallet link", choose the value for "request_uri" /// Decode the URL online and paste it below in the url variable /// Note: The url is only valid for one use - let url = "" + let url = "#06" let clientId = "verifier-backend.eudiw.dev" overrideDependencies()