Skip to content

Commit 764bd5e

Browse files
committed
PMM-7 Try to fix test
1 parent 0bb08f5 commit 764bd5e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

exporter/diagnostic_data_collector_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,9 @@ func TestDisconnectedDiagnosticDataCollector(t *testing.T) {
419419

420420
// The last \n at the end of this string is important
421421
expected := strings.NewReader(`
422+
# HELP mongodb_mongod_storage_engine The storage engine used by the MongoDB instance
423+
# TYPE mongodb_mongod_storage_engine gauge
424+
mongodb_mongod_storage_engine{engine="wiredTiger"} 1
422425
# HELP mongodb_version_info The server version
423426
# TYPE mongodb_version_info gauge
424427
mongodb_version_info{edition="",mongodb="",vendor=""} 1` + "\n")

0 commit comments

Comments
 (0)