Skip to content

Commit

Permalink
Fix broken test with param names (#2785)
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto authored Jun 13, 2023
1 parent 74ca390 commit 3bb708a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class SentryApollo3InterceptorWithVariablesTest {
)

return ApolloClient.Builder().serverUrl(server.url("/").toString())
.sentryTracing(hub, beforeSpan)
.sentryTracing(hub = hub, beforeSpan = beforeSpan)
.build()
}
}
Expand Down

0 comments on commit 3bb708a

Please sign in to comment.