Skip to content

Commit a8592dd

Browse files
committed
Fix sig in podtemplates.go
1 parent 02f983d commit a8592dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/common/podtemplates.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import (
2929
"github.com/onsi/ginkgo"
3030
)
3131

32-
var _ = ginkgo.Describe("[sig-architecture] PodTemplates", func() {
32+
var _ = ginkgo.Describe("[sig-node] PodTemplates", func() {
3333
f := framework.NewDefaultFramework("podtemplate")
3434
/*
3535
Release : v1.19

0 commit comments

Comments
 (0)