fix test: Assert variable override order
This commit is contained in:
parent
746e733cbb
commit
7286751db7
1 changed files with 5 additions and 0 deletions
|
@ -153,4 +153,9 @@ func TestDefaultValuesLoading(t *testing.T) {
|
|||
t.Errorf("Default values not loaded from YAML file")
|
||||
t.Fail()
|
||||
}
|
||||
|
||||
if rs.Values["override"] != "notAtAll" {
|
||||
t.Error("Default values should not override other values")
|
||||
t.Fail()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue