We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d24c3 commit 70670c4Copy full SHA for 70670c4
internal/integration/unified/unified_spec_test.go
@@ -10,6 +10,8 @@ import (
10
"context"
11
"strings"
12
"testing"
13
+
14
+ "go.mongodb.org/mongo-driver/v2/internal/spectest"
15
)
16
17
var (
@@ -23,6 +25,7 @@ var (
23
25
//"load-balancers",
24
26
//
27
//spectest.TestPath(3, "collection-management"),
28
+ spectest.TestPath(3, "command-monitoring"),
29
//"command-monitoring",
30
//"command-monitoring/logging",
31
//"connection-monitoring-and-pooling/logging",
0 commit comments