Skip to content

Commit

Permalink
Fix Test_marshalYAML
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Aug 17, 2022
1 parent 81f4080 commit 3c92ed5
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions devnet/cmd/update-dd-agent-confd/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ func Test_marshalYAML(t *testing.T) {
PrometheusURL: "http://127.0.0.1:9876/metrics",
Metrics: []string{
"gossamer_*",
"network_*",
"service_*",
"system_*",
"go_*",
},
HealthServiceCheck: true,
},
Expand All @@ -60,9 +58,7 @@ func Test_marshalYAML(t *testing.T) {
PrometheusURL: "http://127.0.0.1:9876/metrics",
Metrics: []string{
"gossamer_*",
"network_*",
"service_*",
"system_*",
"go_*",
},
HealthServiceCheck: true,
Namespace: "SomeNamespace",
Expand Down

0 comments on commit 3c92ed5

Please sign in to comment.