Skip to content

Commit 2dfd9ca

Browse files
committed
Fix type of argument
1 parent c0c7b89 commit 2dfd9ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/integration/upgrade_fleet_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ func TestFleetManagedUpgradePrivilegedFIPS(t *testing.T) {
104104
testFleetManagedUpgrade(t, info, false, true, upgradeOpts...)
105105
}
106106

107-
func testFleetManagedUpgrade(t *testing.T, info *define.Info, unprivileged bool, fips bool, upgradeOpts ...upgradetest.UpgradeOpts) {
107+
func testFleetManagedUpgrade(t *testing.T, info *define.Info, unprivileged bool, fips bool, upgradeOpts ...upgradetest.UpgradeOpt) {
108108
ctx, cancel := context.WithCancel(context.TODO())
109109
defer cancel()
110110

0 commit comments

Comments
 (0)