From 188f69fb621d538724429e1ce661e632270c5f97 Mon Sep 17 00:00:00 2001 From: Mike Phares Date: Thu, 7 Sep 2023 21:49:03 -0700 Subject: [PATCH] Infineon.EAF.Runtime 2.49.3 --- Adaptation/_Tests/Static/EC.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Adaptation/_Tests/Static/EC.cs b/Adaptation/_Tests/Static/EC.cs index 669e9ab..1fa0bbf 100644 --- a/Adaptation/_Tests/Static/EC.cs +++ b/Adaptation/_Tests/Static/EC.cs @@ -57,7 +57,7 @@ public class EC : LoggingUnitTesting, IDisposable { new("EC", "v2.43.0"), }; - string staging = "http://mestsa07ec.ec.local:9003/CellInstanceServiceV2"; + string staging = "http://mestsa07ec.infineon.com:9003/CellInstanceServiceV2"; Shared.PasteSpecialXml.EAF.XML.API.CellInstance.CellInstanceVersion cellInstanceVersion; LoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration")); foreach ((string cellInstanceName, string cellInstanceVersionName) in collection)