From 625003ec593851f13920edf49aa1434ca0be7146 Mon Sep 17 00:00:00 2001 From: Shaunak Kashyap Date: Wed, 27 Sep 2023 14:48:48 -0700 Subject: [PATCH] Fix changed function name --- testing/integration/upgrade_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/integration/upgrade_test.go b/testing/integration/upgrade_test.go index 6f88927983b..d624a5f1dcb 100644 --- a/testing/integration/upgrade_test.go +++ b/testing/integration/upgrade_test.go @@ -1151,7 +1151,7 @@ func TestStandaloneUpgradeFailsRestart(t *testing.T) { } // Ensure that the Upgrade Watcher has stopped running. - waitForUpgradeWatcherToComplete(t, fromF, fromVersionParsed, standaloneWatcherDuration) + checkUpgradeWatcherRan(t, fromF, fromVersionParsed) // Ensure that the original version of Agent is running again. t.Log("Check Agent version to ensure rollback is successful")