pull/20/head
Malachi Soord 2022-02-14 21:48:05 +01:00
parent 85eeb62e79
commit 4243ae048f
No known key found for this signature in database
GPG Key ID: C61BEBD6CC542333
1 changed files with 1 additions and 2 deletions

View File

@ -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()