Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
irajdeep committed Jan 15, 2024
1 parent b949ee6 commit 873d96a
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions api/v1/mongodbcommunity_types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,35 +282,6 @@ func TestGetScramCredentialsSecretName(t *testing.T) {
},
"scram-credential-secret-name-1-scram-credentials",
},
{
MongoDBUser{
Name: "mdb-2",
DB: "admin",
Roles: []Role{
// roles on testing db for general connectivity
{
DB: "testing",
Name: "readWrite",
},
{
DB: "testing",
Name: "clusterAdmin",
},
// admin roles for reading FCV
{
DB: "admin",
Name: "readWrite",
},
{
DB: "admin",
Name: "clusterAdmin",
},
},
ScramCredentialsSecretName: "scram-credential-secret-name-2",
ConnectionStringSecretNamespace: "other-namespace",
},
"scram-credential-secret-name-2-scram-credentials",
},
}

for _, tt := range testusers {
Expand Down

0 comments on commit 873d96a

Please sign in to comment.