From 13308ddc71c00571368999cd2b8bc6e588761d8a Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Wed, 16 Oct 2019 11:04:45 -0700 Subject: [PATCH] less colon --- test/helpers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/helpers.go b/test/helpers.go index 72fc9e318..ce2de88df 100644 --- a/test/helpers.go +++ b/test/helpers.go @@ -72,7 +72,7 @@ func UseTempGitRepo() *TempGitRepo { func MockGraphQLResponse(fixturePath string) (teardown func()) { pwd, _ := os.Getwd() - fixturePath := filepath.Join(pwd, "..", fixturePath) + fixturePath = filepath.Join(pwd, "..", fixturePath) originalGraphQL := api.GraphQL api.GraphQL = func(query string, variables map[string]string, v interface{}) error {