Skip to content

Commit

Permalink
Update integration/integration.go
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Wahbe <[email protected]>
  • Loading branch information
blampe and iwahbe authored Apr 26, 2024
1 parent 6a42cdf commit e7e843c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ type server struct {
context context.Context
}

func (s *server) ctx(_ presource.URN) context.Context {
func (s *server) ctx(presource.URN) context.Context {
return context.WithValue(s.context, key.RuntimeInfo, s.runInfo)
}

Expand Down

0 comments on commit e7e843c

Please sign in to comment.