Skip to content

Commit

Permalink
Update exporter/replset_config_collector_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
BupycHuk authored Nov 11, 2024
1 parent 0857d3d commit 08d54d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/replset_config_collector_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func TestReplsetConfigCollector(t *testing.T) {

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

0 comments on commit 08d54d2

Please sign in to comment.