Skip to content

Commit

Permalink
fix: setCommand for obsy
Browse files Browse the repository at this point in the history
  • Loading branch information
mojtaba-esk committed Aug 23, 2024
1 parent 738b3da commit 9fcffac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/basic/observability_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ scrape_configs:

s.Require().NoError(target.Build().SetImage(ctx, curlImage))

err = target.Build().SetStartCommand(targetStartCommand)
err = target.Build().SetStartCommand("sh", "-c", targetStartCommand)
s.Require().NoError(err)

s.Require().NoError(target.Sidecars().Add(ctx, observabilitySidecar))
Expand Down

0 comments on commit 9fcffac

Please sign in to comment.