Skip to content

Commit

Permalink
Rename function in apptest framework (#976)
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Noble <[email protected]>
  • Loading branch information
AverageMarcus authored May 21, 2024
1 parent f8a6b6e commit c7ea77a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Handle renamed function in Apptest template

## [6.26.2] - 2024-04-25

### Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func TestBasic(t *testing.T) {
// If true, the suite will first install the latest released version of the app before upgrading to the test version
WithIsUpgrade(isUpgrade).
WithValuesFile("./values.yaml").
BeforeInstall(func() {
AfterClusterReady(func() {
// Do any pre-install checks here (ensure the cluster has needed pre-reqs)
}).
BeforeUpgrade(func() {
Expand Down

0 comments on commit c7ea77a

Please sign in to comment.