From c39aa5a94718d189fb23d6526cfbd644b53ea84a Mon Sep 17 00:00:00 2001 From: Akshay Mankar Date: Wed, 31 Mar 2021 13:56:11 +0200 Subject: [PATCH] Use non-local domain for testing that there is no federation --- services/brig/test/integration/API/User/Handles.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/brig/test/integration/API/User/Handles.hs b/services/brig/test/integration/API/User/Handles.hs index 52fd01c2486..21c2aab4750 100644 --- a/services/brig/test/integration/API/User/Handles.hs +++ b/services/brig/test/integration/API/User/Handles.hs @@ -268,7 +268,7 @@ testGetUserByQualifiedHandleNoFederation opt brig = do withSettingsOverrides newOpts $ get ( brig - . paths ["users", "by-handle", "example.com", "oh-a-handle"] + . paths ["users", "by-handle", "non-existant.example.com", "oh-a-handle"] . zUser (userId someUser) ) !!! do