From 6b534f1b0dae2614ec267a82f1c4dc1b096b7b1c Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Fri, 22 Jan 2016 16:42:38 -0600 Subject: Merging --- api/command_loadtest_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'api/command_loadtest_test.go') diff --git a/api/command_loadtest_test.go b/api/command_loadtest_test.go index 4af2a636a..2ae426dc0 100644 --- a/api/command_loadtest_test.go +++ b/api/command_loadtest_test.go @@ -190,8 +190,9 @@ func TestLoadTestUrlCommands(t *testing.T) { t.Fatal("/loadtest url with no url should've failed") } - command = "/loadtest url http://www.hopefullynonexistent.file/path/asdf/qwerty" + command = "/loadtest url http://missingfiletonwhere/path/asdf/qwerty" if r := Client.Must(Client.Command(channel.Id, command, false)).Data.(*model.CommandResponse); r.Text != "Unable to get file" { + t.Log(r.Text) t.Fatal("/loadtest url with invalid url should've failed") } -- cgit v1.2.3-1-g7c22