Fix test
parent
85eeb62e79
commit
4243ae048f
|
@ -89,8 +89,7 @@ func TestGetPath(t *testing.T) {
|
||||||
t.Fail()
|
t.Fail()
|
||||||
}
|
}
|
||||||
|
|
||||||
validPathKey := "wsPath"
|
result = GetPath(WsPath)
|
||||||
result = GetPath(validPathKey)
|
|
||||||
if result != "/home/system/components/ws/" {
|
if result != "/home/system/components/ws/" {
|
||||||
t.Log("Expected /home/system/components/ws/ but got", result)
|
t.Log("Expected /home/system/components/ws/ but got", result)
|
||||||
t.Fail()
|
t.Fail()
|
||||||
|
|
Loading…
Reference in New Issue