Skip to content

Commit

Permalink
bump kind
Browse files Browse the repository at this point in the history
  • Loading branch information
franknstyle committed Jun 4, 2023
1 parent 74f27a6 commit 0eceb91
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions test/integration/sonobuoy_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -403,11 +403,9 @@ func TestQuickLegacyFix(t *testing.T) {
Namespace: ns,
Annotations: annotations,
},
TypeMeta: metav1.TypeMeta{
Kind: "Secret",
APIVersion: "v1",
},
Type: "kubernetes.io/service-account-token",
Kind: "Secret",
APIVersion: "v1",
Type: "kubernetes.io/service-account-token",
}

yamlData, err := yaml.Marshal(&token)
Expand Down

0 comments on commit 0eceb91

Please sign in to comment.