aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.UnitTesting
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.UnitTesting')
-rw-r--r--Software/Visual_Studio/Tango.UnitTesting/MachineService/MachineStudio_Controller_TST.cs2
-rw-r--r--Software/Visual_Studio/Tango.UnitTesting/Web/JWT_Tokens_TST.cs2
2 files changed, 1 insertions, 3 deletions
diff --git a/Software/Visual_Studio/Tango.UnitTesting/MachineService/MachineStudio_Controller_TST.cs b/Software/Visual_Studio/Tango.UnitTesting/MachineService/MachineStudio_Controller_TST.cs
index 56a57ab92..21ab16307 100644
--- a/Software/Visual_Studio/Tango.UnitTesting/MachineService/MachineStudio_Controller_TST.cs
+++ b/Software/Visual_Studio/Tango.UnitTesting/MachineService/MachineStudio_Controller_TST.cs
@@ -12,7 +12,7 @@ namespace Tango.UnitTesting.MachineService
[TestCategory("Machine Service - Machine Studio")]
public class MachineStudio_Controller_TST
{
- private const string address = "http://localhost:51581";
+ private const string address = "http://localhost:1111";
[TestMethod]
public void Login_and_check_for_updates()
diff --git a/Software/Visual_Studio/Tango.UnitTesting/Web/JWT_Tokens_TST.cs b/Software/Visual_Studio/Tango.UnitTesting/Web/JWT_Tokens_TST.cs
index d696a627c..6f97e1c4e 100644
--- a/Software/Visual_Studio/Tango.UnitTesting/Web/JWT_Tokens_TST.cs
+++ b/Software/Visual_Studio/Tango.UnitTesting/Web/JWT_Tokens_TST.cs
@@ -63,7 +63,5 @@ namespace Tango.UnitTesting.Web
//Ensure the token validation fails with 'token expired'.
Assert.ThrowsException<TokenExpiredException>(() => read_web_token.Validate(secret));
}
-
-
}
}