mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Fixed command executer test
This commit is contained in:
committed by
Dan Christian Bogos
parent
89a181bf12
commit
73db1aeff4
@@ -40,7 +40,7 @@ func TestToJSONValid(t *testing.T) {
|
||||
|
||||
func TestToJSONEmpty(t *testing.T) {
|
||||
jsn := ToJSON("")
|
||||
if string(jsn) != `{"Item":""}` {
|
||||
if string(jsn) != `{}` {
|
||||
t.Error("Error empty: ", string(jsn))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user