From dc8c3fd63acca69494dcaa0742192a82c4f92cc6 Mon Sep 17 00:00:00 2001 From: "H. Shay" Date: Wed, 8 Nov 2023 11:41:48 -0800 Subject: [PATCH] fix unused import --- test/appservice/integration/webAPITest.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/appservice/integration/webAPITest.ts b/test/appservice/integration/webAPITest.ts index 2cafc1a..f6dd607 100644 --- a/test/appservice/integration/webAPITest.ts +++ b/test/appservice/integration/webAPITest.ts @@ -13,6 +13,7 @@ interface Context extends Mocha.Context { moderator?: MatrixClient } +dns.setDefaultResultOrder('ipv4first'); describe("Test that the app service can provision a mjolnir when requested from the web API", function () { afterEach(function(this: Context) {