From 5b2ec623473abeb44577fbfc9122b792a94a5184 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Wed, 20 Jan 2016 08:33:26 -0600 Subject: PLT-7 adding loc db calls for team table --- manualtesting/manual_testing.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manualtesting/manual_testing.go') diff --git a/manualtesting/manual_testing.go b/manualtesting/manual_testing.go index befc835fb..c1e474027 100644 --- a/manualtesting/manual_testing.go +++ b/manualtesting/manual_testing.go @@ -70,7 +70,7 @@ func manualTest(c *api.Context, w http.ResponseWriter, r *http.Request) { Type: model.TEAM_OPEN, } - if result := <-api.Srv.Store.Team().Save(team); result.Err != nil { + if result := <-api.Srv.Store.Team().Save(c.T, team); result.Err != nil { c.Err = result.Err return } else { -- cgit v1.2.3-1-g7c22