Remove WW_INTERNAL
Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
@@ -45,14 +45,11 @@ func Test_List(t *testing.T) {
|
||||
t.FailNow()
|
||||
}
|
||||
|
||||
inDb := `WW_INTERNAL: 45
|
||||
nodeprofiles:
|
||||
inDb := `nodeprofiles:
|
||||
default: {}
|
||||
nodes: {}
|
||||
`
|
||||
conf_yml := `
|
||||
WW_INTERNAL: 0
|
||||
`
|
||||
conf_yml := ``
|
||||
|
||||
conf := warewulfconf.New()
|
||||
err = conf.Parse([]byte(conf_yml))
|
||||
|
||||
Reference in New Issue
Block a user