[fix] test data

This commit is contained in:
Max 2022-10-21 12:11:37 +08:00
parent d1034f7e7e
commit 3ee29a057a

View file

@ -270,7 +270,7 @@ func TestProcessService(t *testing.T) {
if err != nil {
t.Fatal(err)
}
assert.Equal(t, []interface{}{"hello", "world"}, res)
assert.Equal(t, []interface{}{"hello", "world"}, res.(map[string]interface{})["args"])
}
func loadApp(t *testing.T) {