From 1ee7e0092801dcae6d7fa453e7e6f25bd4f5f83c Mon Sep 17 00:00:00 2001 From: Milan Hanajik Date: Wed, 12 Jul 2023 12:06:02 +0200 Subject: [PATCH] sluprimadev --> deluh1web03 --- TBF/Rig/TestMethods/Q2CorrectionFromHistory/FromHistorySeq.cs | 2 +- TBF/Rig/TestMethods/iPerlCommunication/iPerlCommunicationSeq.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TBF/Rig/TestMethods/Q2CorrectionFromHistory/FromHistorySeq.cs b/TBF/Rig/TestMethods/Q2CorrectionFromHistory/FromHistorySeq.cs index a4ec01623..71b7faf15 100644 --- a/TBF/Rig/TestMethods/Q2CorrectionFromHistory/FromHistorySeq.cs +++ b/TBF/Rig/TestMethods/Q2CorrectionFromHistory/FromHistorySeq.cs @@ -83,7 +83,7 @@ namespace TBF.Rig.TestMethods.Q2CorrectionFromHistory try { GetQ2PreCorrectionClient client = new GetQ2PreCorrectionClient(cfg.BaseUrl); - client.GetToken("ReadUser", "sensus", "https://sluprimadev/SensusCore/api/v1/Locations/1/Login2").Wait(); + client.GetToken("ReadUser", "sensus", "https://deluh1web03.world.fluidtechnology.net/SensusCore/api/v1/Locations/1/Login2").Wait(); Q2PreCorrection response = client.GetQ2Correction(cfg.RelativeUrl).Result; if (response != null && response.AreDataCalculated) { diff --git a/TBF/Rig/TestMethods/iPerlCommunication/iPerlCommunicationSeq.cs b/TBF/Rig/TestMethods/iPerlCommunication/iPerlCommunicationSeq.cs index 06e485f52..5906bd796 100644 --- a/TBF/Rig/TestMethods/iPerlCommunication/iPerlCommunicationSeq.cs +++ b/TBF/Rig/TestMethods/iPerlCommunication/iPerlCommunicationSeq.cs @@ -381,7 +381,7 @@ namespace TBF.Rig.TestMethods.iPerlCommunication try { GetQ2PreCorrectionClient client = new GetQ2PreCorrectionClient(cfg.BaseUrl); - client.GetToken("ReadUser", "sensus", "https://sluprimadev/SensusCore/api/v1/Locations/1/Login2").Wait(); + client.GetToken("ReadUser", "sensus", "https://deluh1web03.world.fluidtechnology.net/SensusCore/api/v1/Locations/1/Login2").Wait(); Q2PreCorrection response = client.GetQ2Correction(string.Format(cfg.RelativeUrl, wmType)).Result; if (response != null && response.AreDataCalculated) {