Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickKoss committed May 12, 2024
1 parent 14d29e9 commit 2390100
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/resolver/config_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package resolver

import (
"go.uber.org/zap"
"net/http"
"os"
"testing"
Expand Down Expand Up @@ -147,6 +148,7 @@ func TestGetRepositoryConfig_WithSaKeyPath(t *testing.T) {

r := &stackitDnsProviderResolver{
httpClient: &http.Client{},
logger: zap.NewNop(),
}

cfg := &StackitDnsProviderConfig{
Expand All @@ -173,6 +175,7 @@ func TestGetRepositoryConfig_NoEnvSet(t *testing.T) {
r := &stackitDnsProviderResolver{
httpClient: &http.Client{},
secretFetcher: s,
logger: zap.NewNop(),
}

cfg := &StackitDnsProviderConfig{
Expand Down

0 comments on commit 2390100

Please sign in to comment.