Skip to content

Commit

Permalink
Update eula slug in integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ka Hin Ng authored and pivotal-ivan-wang committed Feb 9, 2021
1 parent de27f1f commit d6c0ae6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration/dependency_specifiers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var _ = Describe("Dependency Specifier Integration", func() {
ProductSlug: testProductSlug,
Version: "some-test-version",
ReleaseType: "Beta Release",
EULASlug: "pivotal_beta_eula",
EULASlug: "vmware-prerelease-eula",
})
Expect(err).NotTo(HaveOccurred())
})
Expand Down
2 changes: 1 addition & 1 deletion integration/upgrade_path_specifiers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var _ = Describe("Upgrade Path Specifier Integration", func() {
ProductSlug: testProductSlug,
Version: "some-test-version",
ReleaseType: "Beta Release",
EULASlug: "pivotal_beta_eula",
EULASlug: "vmware-prerelease-eula",
})
Expect(err).NotTo(HaveOccurred())
})
Expand Down

0 comments on commit d6c0ae6

Please sign in to comment.