Rename env vars prefix to ND_
This commit is contained in:
@@ -216,7 +216,7 @@ func (m *Metadata) parseDuration(tagName string) int {
|
||||
}
|
||||
|
||||
func createProbeCommand(inputs []string) (string, []string) {
|
||||
cmd := conf.Sonic.ProbeCommand
|
||||
cmd := conf.Server.ProbeCommand
|
||||
|
||||
split := strings.Split(cmd, " ")
|
||||
args := make([]string, 0)
|
||||
|
||||
@@ -20,7 +20,7 @@ func xTestScanner(t *testing.T) {
|
||||
|
||||
var _ = XDescribe("TODO: REMOVE", func() {
|
||||
It("WORKS!", func() {
|
||||
conf.Sonic.DbPath = "./testDB"
|
||||
conf.Server.DbPath = "./testDB"
|
||||
log.SetLevel(log.LevelDebug)
|
||||
ds := persistence.New()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user