Remove test basis config helper function
This commit is contained in:
parent
721eb7428f
commit
2e2966ae9e
@ -105,10 +105,3 @@ func TestBasis(t testing.T, opts ...BasisOption) (b *Basis) {
|
||||
b, _ = NewBasis(context.Background(), append(defaultOpts, opts...)...)
|
||||
return
|
||||
}
|
||||
|
||||
// func WithTestBasisConfig(config *vagrant_plugin_sdk.Vagrantfile_Vagrantfile) BasisOption {
|
||||
// return func(m *Basis) (err error) {
|
||||
// m.basis.Configuration = config
|
||||
// return
|
||||
// }
|
||||
// }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user