Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
imjasonh committed Jul 13, 2022
1 parent 8dbf92d commit 9d95667
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/authn/kubernetes/keychain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ package kubernetes
import (
"context"
"crypto/md5"
"encoding/base64"
"encoding/json"
"fmt"
"reflect"
"testing"

"github.com/google/go-cmp/cmp"
Expand Down Expand Up @@ -397,7 +399,7 @@ func TestDockerConfigJSON(t *testing.T) {
}
}

func TestDave(t *testing.T) {
func TestKubernetesAuth(t *testing.T) {
// From https://github.com/knative/serving/issues/12761#issuecomment-1097441770
// All of these should work with K8s' docker auth parsing.
for k, ss := range map[string][]string{
Expand Down

0 comments on commit 9d95667

Please sign in to comment.