Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
coreydaley committed Jul 17, 2024
1 parent f23b2f4 commit 9d4f0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/rhdh-config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ var _ = When("create default backstage", func() {
g.Expect(initCont.Env[0].Name).To(Equal("NPM_CONFIG_USERCONFIG"))
g.Expect(initCont.Env[0].Value).To(Equal("/opt/app-root/src/.npmrc.dynamic-plugins"))

g.Expect(deploy.Spec.Template.Spec.Volumes).To(HaveLen(4))
g.Expect(deploy.Spec.Template.Spec.Volumes).To(HaveLen(5))
g.Expect(deploy.Spec.Template.Spec.Containers).To(HaveLen(1))
mainCont := deploy.Spec.Template.Spec.Containers[0]
g.Expect(mainCont.Args).To(HaveLen(4))
Expand Down

0 comments on commit 9d4f0e5

Please sign in to comment.