diff --git a/testing/integration/upgrade_test.go b/testing/integration/upgrade_test.go index 80cf7a182d0..a39a23e4573 100644 --- a/testing/integration/upgrade_test.go +++ b/testing/integration/upgrade_test.go @@ -1105,7 +1105,7 @@ func TestStandaloneUpgradeFailsWhenUpgradeIsInProgress(t *testing.T) { require.Equal(t, "an upgrade is already in progress; please try again later.", err.Error()) } -func twoMinorsPrevious(t *testing.T, ctx context.Context()) *version.ParsedSemVer { +func twoMinorsPrevious(t *testing.T, ctx context.Context) *version.ParsedSemVer { t.Helper() // Get available versions from Artifacts API