From e413b55c6a7c0c69fb5b1e05134cfb6a7e1b6f0d 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 8f9714044..3779b870d 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 dfabbfea7..a6535500d 100644 --- a/TBF/Rig/TestMethods/iPerlCommunication/iPerlCommunicationSeq.cs +++ b/TBF/Rig/TestMethods/iPerlCommunication/iPerlCommunicationSeq.cs @@ -383,7 +383,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) {