Merge pull request #219 from trheyi/main

[fix] test data
This commit is contained in:
Max 2022-10-21 12:12:17 +08:00 committed by GitHub
commit 0900bdd603
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -270,7 +270,7 @@ func TestProcessService(t *testing.T) {
if err != nil { if err != nil {
t.Fatal(err) 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) { func loadApp(t *testing.T) {