main: tweak TestBuildIntegrationErrors

We do not need to pass a blueprint in this test.
This commit is contained in:
Michael Vogt 2025-01-17 12:38:36 +01:00 committed by Simon de Vlieger
parent bdb32554ff
commit db7cad2239

View file

@ -379,7 +379,6 @@ func TestBuildIntegrationErrors(t *testing.T) {
restore = main.MockOsArgs([]string{
"build",
"qcow2",
makeTestBlueprint(t, testBlueprint),
"--distro", "centos-9",
})
defer restore()