[fix] test data
This commit is contained in:
parent
d1034f7e7e
commit
3ee29a057a
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue