Skip to content

Commit

Permalink
Rename tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nickytd committed May 27, 2024
1 parent 7d9da3b commit 9d9cbc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/e2e/deployment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (
. "github.com/onsi/gomega"
)

var _ = Describe("Oidc Apps Deployment Framework Test", Ordered, func() {
var _ = Describe("Oidc Apps Deployment Target Test", Ordered, func() {

Context("when a deployment is a target", Ordered, func() {

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/statefulset_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
"time"
)

var _ = Describe("Oidc Apps StatefulSets Framework Test", Ordered, func() {
var _ = Describe("Oidc Apps Statefulset Target Test", Ordered, func() {

Context("when a statefulset is a target", Ordered, func() {
var (
Expand Down

0 comments on commit 9d9cbc7

Please sign in to comment.