fix tests

This commit is contained in:
alteredCoder 2022-04-15 16:14:59 +02:00
parent ba6aefc5b0
commit e3315daa8c

View file

@ -60,6 +60,7 @@ func getAPIC(t *testing.T) *apic {
ShareManualDecisions: types.BoolPtr(false),
ShareTaintedScenarios: types.BoolPtr(false),
ShareCustomScenarios: types.BoolPtr(false),
ShareContext: types.BoolPtr(false),
},
}
}