aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.UnitTesting/MachineService/PPC_Controller_TST.cs
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-03-04 18:15:47 +0200
committerShlomo Hecht <shlomo@twine-s.com>2019-03-04 18:15:47 +0200
commitb98b507b94ac9545523da505b8e136711a426257 (patch)
treec8fbc3fec66b47a7c1e284e7225999b508042c55 /Software/Visual_Studio/Tango.UnitTesting/MachineService/PPC_Controller_TST.cs
parent6c6a54059950271da44ba47bc629382a2b636cdb (diff)
parentecd2a6146289cd6b3c3dd7c1153a5f9da16dd69c (diff)
downloadTango-b98b507b94ac9545523da505b8e136711a426257.tar.gz
Tango-b98b507b94ac9545523da505b8e136711a426257.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/Tango.UnitTesting/MachineService/PPC_Controller_TST.cs')
-rw-r--r--Software/Visual_Studio/Tango.UnitTesting/MachineService/PPC_Controller_TST.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.UnitTesting/MachineService/PPC_Controller_TST.cs b/Software/Visual_Studio/Tango.UnitTesting/MachineService/PPC_Controller_TST.cs
index 7c3d497b8..68232e512 100644
--- a/Software/Visual_Studio/Tango.UnitTesting/MachineService/PPC_Controller_TST.cs
+++ b/Software/Visual_Studio/Tango.UnitTesting/MachineService/PPC_Controller_TST.cs
@@ -13,7 +13,7 @@ namespace Tango.UnitTesting.MachineService
[TestCategory("Machine Service - PPC")]
public class PPC_Controller_TST
{
- private const string address = "http://localhost:51581";
+ private const string address = "https://machineservice-test.twine-srv.com";
[TestMethod]
public void Login_and_setup()