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