From e9c6cc269b5c9fe82e5f38d63344a07365bccd6b Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Mon, 13 Mar 2017 09:23:16 -0400 Subject: Move command logic into app layer (#5617) --- manualtesting/manual_testing.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manualtesting') diff --git a/manualtesting/manual_testing.go b/manualtesting/manual_testing.go index 33192ff5e..677b9999d 100644 --- a/manualtesting/manual_testing.go +++ b/manualtesting/manual_testing.go @@ -92,7 +92,7 @@ func manualTest(c *api.Context, w http.ResponseWriter, r *http.Request) { user := &model.User{ Email: "success+" + model.NewId() + "simulator.amazonses.com", Nickname: username[0], - Password: api.USER_PASSWORD} + Password: app.USER_PASSWORD} result, err := client.CreateUser(user, "") if err != nil { @@ -107,7 +107,7 @@ func manualTest(c *api.Context, w http.ResponseWriter, r *http.Request) { userID = newuser.Id // Login as user to generate auth token - _, err = client.LoginById(newuser.Id, api.USER_PASSWORD) + _, err = client.LoginById(newuser.Id, app.USER_PASSWORD) if err != nil { c.Err = err return -- cgit v1.2.3-1-g7c22