Skip to content

Commit

Permalink
standardized code format
Browse files Browse the repository at this point in the history
  • Loading branch information
hzhhong committed Aug 16, 2023
1 parent d1ff1b8 commit de619a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/manifests/collector/container_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,10 @@ service:
},
{
description: "prometheus RW exporter",
specConfig: `exporters:
specConfig: `exporters:
prometheusremotewrite/prometheus:
endpoint: http://prometheus-server.monitoring/api/v1/write`,
specPorts: []corev1.ServicePort{},
specPorts: []corev1.ServicePort{},
expectedPorts: []corev1.ContainerPort{metricContainerPort},
},
{
Expand Down

0 comments on commit de619a6

Please sign in to comment.