Skip to content

Commit 822cbe3

Browse files
committed
fix: update test to use the helper
1 parent f9a5771 commit 822cbe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/scraper/scraper_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ func setupHTTPProbe(ctx context.Context, t *testing.T) (prober.Prober, model.Che
276276
},
277277
}
278278

279-
var store noopSecretStore
279+
var store testhelper.NoopSecretStore
280280
prober, err := httpProber.NewProber(
281281
ctx,
282282
check,
@@ -312,7 +312,7 @@ func setupHTTPSSLProbe(ctx context.Context, t *testing.T) (prober.Prober, model.
312312
},
313313
}
314314

315-
var store noopSecretStore
315+
var store testhelper.NoopSecretStore
316316
prober, err := httpProber.NewProber(
317317
ctx,
318318
check,

0 commit comments

Comments
 (0)