Skip to content

Commit

Permalink
remove focus
Browse files Browse the repository at this point in the history
  • Loading branch information
helderjs authored and s-urbaniak committed Mar 11, 2024
1 parent e8eed1a commit 9f7592f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/int/federated_auth_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
"github.com/mongodb/mongodb-atlas-kubernetes/v2/test/helper/resources"
)

var _ = FDescribe("AtlasFederatedAuth test", Label("AtlasFederatedAuth", "federated-auth"), func() {
var _ = Describe("AtlasFederatedAuth test", Label("AtlasFederatedAuth", "federated-auth"), func() {
var testNamespace *corev1.Namespace
var stopManager context.CancelFunc
var connectionSecret corev1.Secret
Expand Down

0 comments on commit 9f7592f

Please sign in to comment.