Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kofoworola committed Mar 21, 2024
1 parent 2b08d90 commit c4ccee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway/mw_graphql_transport_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func TestGraphQLEngineTransport_RoundTrip(t *testing.T) {

forwardedRequest.Header.Set("X-Custom-Key", "custom-value")
forwardedRequest.Header.Set("X-Other-Value", "other-value")
ctx := NewGraphQLProxyOnlyContext(context.Background(), forwardedRequest)
ctx := SetProxyOnlyContextValue(context.Background(), forwardedRequest)

httpClient := http.Client{
Transport: NewGraphQLEngineTransport(GraphQLEngineTransportTypeProxyOnly, http.DefaultTransport),
Expand Down

0 comments on commit c4ccee0

Please sign in to comment.