Skip to content

Commit

Permalink
Fix formatting for multiple go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
camdencheek committed Sep 28, 2020
1 parent eaa159a commit 97bb3dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/args/args_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ func TestParseArgs(t *testing.T) {
DefaultJMXHost: "test-default-host",
DefaultJMXPort: 9998,
NrJmx: "/usr/bin/nrjmx",

CollectBrokerTopicData: true,
Producers: `[{"name":"producer1", "host":"producerhost","user":"a1","password":"p1","port":9995},{"name":"producer2"}]`,
Consumers: "[]",
Expand Down

0 comments on commit 97bb3dd

Please sign in to comment.