From eff3301148de7a467190afec9cc0b947b616db32 Mon Sep 17 00:00:00 2001 From: Cristian Dominguez Date: Mon, 15 Jul 2024 17:56:57 -0300 Subject: [PATCH] test: fix UT --- test/unit/org/connectionTest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/org/connectionTest.ts b/test/unit/org/connectionTest.ts index 624cf97c8..277336c3a 100644 --- a/test/unit/org/connectionTest.ts +++ b/test/unit/org/connectionTest.ts @@ -19,7 +19,7 @@ const TEST_IP = '1.1.1.1'; describe('Connection', () => { const $$ = new TestContext(); - const testConnectionOptions = { loginUrl: 'connectionTest/loginUrl' }; + const testConnectionOptions = { loginUrl: 'https://connectionTest/loginUrl' }; let requestMock: sinon.SinonStub; let myDomainResolverStub: sinon.SinonStub;