We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a91d94 commit cb7ca27Copy full SHA for cb7ca27
pkg/resource/crd_finder_test.go
@@ -56,7 +56,7 @@ func TestCRDFinderErrors(t *testing.T) {
56
}
57
finder := NewCRDFinder(getter)
58
found, err := finder.HasCRD(schema.GroupKind{Group: "", Kind: "Pod"})
59
- if found == true {
+ if found {
60
t.Fatalf("Found the CRD with non-working getter function")
61
62
if err == nil {
0 commit comments