From 873d96a30f64235826095836fd69d8e10de6d741 Mon Sep 17 00:00:00 2001 From: Rajdeep Das Date: Mon, 15 Jan 2024 13:58:34 +0530 Subject: [PATCH] wip --- api/v1/mongodbcommunity_types_test.go | 29 --------------------------- 1 file changed, 29 deletions(-) diff --git a/api/v1/mongodbcommunity_types_test.go b/api/v1/mongodbcommunity_types_test.go index 938e3671e..19b365527 100644 --- a/api/v1/mongodbcommunity_types_test.go +++ b/api/v1/mongodbcommunity_types_test.go @@ -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 {