This commit is contained in:
2020-04-13 11:45:53 -04:00
parent c0b59199f0
commit 44bc4647f9
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ namespace PartSource.Automation.Jobs
{
return new AutomationJobResult
{
Message = "Test job ran successfully",
Message = "Test job ran successfully from the new server",
IsSuccess = true
};
}