Skip to content

Commit 63e53c7

Browse files
committed
change Secrets with Secret
1 parent c85e810 commit 63e53c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/patterns/declarative/sort_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ func Test_Sort(t *testing.T) {
112112
secret1 := &unstructured.Unstructured{
113113
Object: map[string]interface{}{
114114
"apiVersion": "v1",
115-
"kind": "Secrets", //TODO: current code set use Secrets not Secret..
115+
"kind": "Secret",
116116
"metadata": map[string]interface{}{
117117
"name": "test-secret",
118118
},

0 commit comments

Comments
 (0)