Skip to content

Commit a60b3ef

Browse files
committed
fix(lint) rename unused param
1 parent 33d07d2 commit a60b3ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stackit/internal/services/dns/dns_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ resource "stackit_dns_zone" "zone" {
4949
// create fails
5050
PreConfig: func() {
5151
s.Reset(testutil.MockResponse{
52-
Handler: func(w http.ResponseWriter, r *http.Request) {
52+
Handler: func(_ http.ResponseWriter, r *http.Request) {
5353
ctx := r.Context()
5454
select {
5555
case <-ctx.Done():

0 commit comments

Comments
 (0)