less colon
This commit is contained in:
parent
b31f42180c
commit
13308ddc71
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue