Skip to content

Commit 3633028

Browse files
committed
Rebase build break fix
1 parent e17f1ee commit 3633028

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

toolkit/tools/pkg/imagecustomizerlib/customizepartitions_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ func testCustomizeImagePartitionsLegacy(t *testing.T, testName string, imageType
227227

228228
// Recustomize legacy image.
229229
err = CustomizeImageWithConfigFile(buildDir, legacybootConfigFile, outImageFilePath, nil, outImageFilePath, "raw",
230-
"" /*outputPXEArtifactsDir*/, false /*useBaseImageRpmRepos*/, "" /*packageSnapshotTime*/)
230+
false /*useBaseImageRpmRepos*/, "" /*packageSnapshotTime*/)
231231
if !assert.NoError(t, err) {
232232
return
233233
}
@@ -236,7 +236,7 @@ func testCustomizeImagePartitionsLegacy(t *testing.T, testName string, imageType
236236

237237
// Convert back to EFI image.
238238
err = CustomizeImageWithConfigFile(buildDir, efiConfigFile, outImageFilePath, nil, outImageFilePath, "raw",
239-
"" /*outputPXEArtifactsDir*/, false /*useBaseImageRpmRepos*/, "" /*packageSnapshotTime*/)
239+
false /*useBaseImageRpmRepos*/, "" /*packageSnapshotTime*/)
240240
if !assert.NoError(t, err) {
241241
return
242242
}

0 commit comments

Comments
 (0)