Skip to content

Commit

Permalink
Fix function name change
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Oct 2, 2023
1 parent 8384ed7 commit de5c365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/integration/upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1186,7 +1186,7 @@ func TestStandaloneUpgradeFailsRestart(t *testing.T) {
}

// Ensure that the Upgrade Watcher has stopped running.
checkUpgradeWatcherRan(t, fromF, fromVersionParsed)
waitForUpgradeWatcherToComplete(t, fromF, fromVersionParsed, standaloneWatcherDuration)

// Ensure that the original version of Agent is running again.
t.Log("Check Agent version to ensure rollback is successful")
Expand Down

0 comments on commit de5c365

Please sign in to comment.