Skip to content

Commit 08d54d2

Browse files
authored
Update exporter/replset_config_collector_test.go
1 parent 0857d3d commit 08d54d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exporter/replset_config_collector_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func TestReplsetConfigCollector(t *testing.T) {
4040

4141
// The last \n at the end of this string is important
4242
expected := strings.NewReader(`
43-
# HELP mongodb_rs_cfg_protocolVersion cfg.
43+
# HELP mongodb_rs_cfg_protocolVersion rs_cfg.
4444
# TYPE mongodb_rs_cfg_protocolVersion untyped
4545
mongodb_rs_cfg_protocolVersion 1` + "\n")
4646
// Filter metrics for 2 reasons:

0 commit comments

Comments
 (0)