Skip to content

Commit

Permalink
fix new lints
Browse files Browse the repository at this point in the history
  • Loading branch information
majewsky committed Feb 14, 2025
1 parent 8e84e2c commit 76e5f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/test/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ func NewSetup(t *testing.T, opts ...SetupOption) Setup {
Config: keppel.Configuration{
APIPublicHostname: apiPublicHostname,
},
Ctx: context.Background(),
Ctx: t.Context(),
Registry: prometheus.NewPedanticRegistry(),
tokenCache: make(map[string]string),
}
Expand Down

0 comments on commit 76e5f01

Please sign in to comment.