sluprimadev --> deluh1web03
This commit is contained in:
parent
7d2da63071
commit
e413b55c6a
@ -83,7 +83,7 @@ namespace TBF.Rig.TestMethods.Q2CorrectionFromHistory
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
GetQ2PreCorrectionClient client = new GetQ2PreCorrectionClient(cfg.BaseUrl);
|
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;
|
Q2PreCorrection response = client.GetQ2Correction(cfg.RelativeUrl).Result;
|
||||||
if (response != null && response.AreDataCalculated)
|
if (response != null && response.AreDataCalculated)
|
||||||
{
|
{
|
||||||
|
|||||||
@ -383,7 +383,7 @@ namespace TBF.Rig.TestMethods.iPerlCommunication
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
GetQ2PreCorrectionClient client = new GetQ2PreCorrectionClient(cfg.BaseUrl);
|
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;
|
Q2PreCorrection response = client.GetQ2Correction(string.Format(cfg.RelativeUrl, wmType)).Result;
|
||||||
if (response != null && response.AreDataCalculated)
|
if (response != null && response.AreDataCalculated)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user