Skip to content

Commit

Permalink
fix: failing integration test
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Chadwell <me@jedevc.com>
  • Loading branch information
jedevc committed Mar 5, 2024
1 parent 687e73d commit 73b692c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/integration/module_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3022,7 +3022,7 @@ type Test struct{}
func (m *Test) Fn(ctx context.Context) string {
resp := &graphql.Response{}
err := dag.Client.MakeRequest(ctx, &graphql.Request{
err := dag.GraphQLClient().MakeRequest(ctx, &graphql.Request{
Query: "{host{unixSocket(path:\"/some/sock\"){id}}}",
}, resp)
if err != nil {
Expand Down

0 comments on commit 73b692c

Please sign in to comment.