From 1e2ae1c1973fd5661815f18c93ee1171a5c08da5 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Thu, 29 Nov 2018 14:26:54 +0200 Subject: Working on machine studio storage module. --- Software/Visual_Studio/Tango.UnitTesting/RemoteRunner_TST.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/Tango.UnitTesting') diff --git a/Software/Visual_Studio/Tango.UnitTesting/RemoteRunner_TST.cs b/Software/Visual_Studio/Tango.UnitTesting/RemoteRunner_TST.cs index 9b2251a51..0fdd437f0 100644 --- a/Software/Visual_Studio/Tango.UnitTesting/RemoteRunner_TST.cs +++ b/Software/Visual_Studio/Tango.UnitTesting/RemoteRunner_TST.cs @@ -46,7 +46,7 @@ namespace Tango.UnitTesting var uploadResponse = transporter.SendRequest(new FileUploadRequest() { - FileName = uploadFileName, + Path = uploadFileName, Length = exeFile.Length, }).Result.Message; -- cgit v1.3.1