Skip to content

Commit 5aeacf7

Browse files
committed
Remove lftover debuggign print statement
1 parent 396c812 commit 5aeacf7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/e2e/mongodbtests/mongodbtests.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -800,8 +800,7 @@ func ConnectionStringSecretIsCleanedUp(ctx context.Context, mdb *mdbv1.MongoDBCo
800800
return func(t *testing.T) {
801801
connectionStringSecret := corev1.Secret{}
802802
newErr := e2eutil.TestClient.Get(ctx, types.NamespacedName{Name: removedConnectionString, Namespace: mdb.Namespace}, &connectionStringSecret)
803-
804-
fmt.Println(newErr)
803+
805804
assert.EqualError(t, newErr, fmt.Sprintf("secrets \"%s\" not found", removedConnectionString))
806805
}
807806
}

0 commit comments

Comments
 (0)