From 227f2eba3944b6f6f504929e11ce2c20f4ff3759 Mon Sep 17 00:00:00 2001 From: beltram Date: Wed, 3 Jan 2024 16:35:34 +0100 Subject: [PATCH] wip --- crypto/src/e2e_identity/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/src/e2e_identity/mod.rs b/crypto/src/e2e_identity/mod.rs index 38076f903f..1e7de89a8f 100644 --- a/crypto/src/e2e_identity/mod.rs +++ b/crypto/src/e2e_identity/mod.rs @@ -532,7 +532,7 @@ pub mod tests { pub const E2EI_DISPLAY_NAME: &str = "Alice Smith"; pub const E2EI_HANDLE: &str = "alice_wire"; pub const E2EI_CLIENT_ID: &str = "bd4c7053-1c5a-4020-9559-cd7bf7961954:4959bc6ab12f2846@wire.com"; - pub const E2EI_CLIENT_ID_URI: &str = "vUxwUxxaQCCVWc1795YZVA/4959bc6ab12f2846@wire.com"; + pub const E2EI_CLIENT_ID_URI: &str = "vUxwUxxaQCCVWc1795YZVA:4959bc6ab12f2846@wire.com"; pub const E2EI_EXPIRY: u32 = 90; #[apply(all_cred_cipher)]