Skip to content

Commit

Permalink
Fix supply_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
f-blass committed Nov 30, 2023
1 parent 4ff08d8 commit e5146bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/supply/supply_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ var _ = Describe("Supply", func() {
Expect(ld.Processes).To(HaveLen(1))
Expect(ld.Processes[0].Type).To(Equal("opa"))
Expect(ld.Processes[0].Platforms.Cloudfoundry.SidecarFor).To(Equal([]string{"web"}))
cmd := `"/home/vcap/deps/42/bin/cert-to-disk" "/home/vcap/deps/42" && "/home/vcap/deps/42/opa" run -s -c "/home/vcap/deps/42/opa_config.yml" -l 'error' -a '127.0.0.1:9888' --skip-version-check`
cmd := `"/home/vcap/deps/42/bin/cert-to-disk" "/home/vcap/deps/42" && "/home/vcap/deps/42/opa" run -s -c "/home/vcap/deps/42/opa_config.yml" -l 'error' -a '127.0.0.1:9888' --disable-telemetry`
Expect(ld.Processes[0].Command).To(Equal(cmd))
Expect(ld.Processes[0].Limits.Memory).To(Equal(100))
Expect(writtenLogs.String()).To(ContainSubstring("writing launch.yml"))
Expand Down

0 comments on commit e5146bb

Please sign in to comment.