Skip to content

Commit 2f9637f

Browse files
committed
update fixtures
Signed-off-by: Alex Leong <[email protected]>
1 parent 8660ab0 commit 2f9637f

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

cli/cmd/testdata/install_tracing.golden

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/inject/inject_test.go

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -354,9 +354,7 @@ func TestApplyAnnotationOverridesMissingProxyTracing(t *testing.T) {
354354
Ports: &l5dcharts.Ports{},
355355
Metrics: &l5dcharts.ProxyMetrics{},
356356
},
357-
ProxyInit: &l5dcharts.ProxyInit{
358-
Image: &l5dcharts.Image{},
359-
},
357+
ProxyInit: &l5dcharts.ProxyInit{},
360358
}
361359

362360
annotations := map[string]string{
@@ -381,9 +379,7 @@ func TestApplyAnnotationOverridesInitializesTracingLabels(t *testing.T) {
381379
Ports: &l5dcharts.Ports{},
382380
Metrics: &l5dcharts.ProxyMetrics{},
383381
},
384-
ProxyInit: &l5dcharts.ProxyInit{
385-
Image: &l5dcharts.Image{},
386-
},
382+
ProxyInit: &l5dcharts.ProxyInit{},
387383
}
388384

389385
annotations := map[string]string{

0 commit comments

Comments
 (0)