less colon

This commit is contained in:
Corey Johnson 2019-10-16 11:04:45 -07:00
parent b31f42180c
commit 13308ddc71

View file

@ -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 {