aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.UnitTesting
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-03-04 13:48:35 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-03-04 13:48:35 +0200
commit56b984bf7c4785cd0bcfd45a174ea802c6d0d471 (patch)
tree636fa64ea84ba237492fdabfece8f862b6b982a2 /Software/Visual_Studio/Tango.UnitTesting
parent86656fe890bc8ee05015a191dc69631fa3d0aa31 (diff)
downloadTango-56b984bf7c4785cd0bcfd45a174ea802c6d0d471.tar.gz
Tango-56b984bf7c4785cd0bcfd45a174ea802c6d0d471.zip
Fixed issue with machine service not including exception messages on azure.
Diffstat (limited to 'Software/Visual_Studio/Tango.UnitTesting')
-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()