mirror of
https://github.com/datarhei/core.git
synced 2025-10-05 16:07:07 +08:00
Merge branch 'clusteriam' into vod
This commit is contained in:
@@ -53,7 +53,7 @@ func TestWidget(t *testing.T) {
|
||||
err = rs.AddProcess(process.Marshal())
|
||||
require.NoError(t, err)
|
||||
|
||||
response := mock.Request(t, http.StatusOK, router, "GET", "/test", nil)
|
||||
response := mock.Request(t, http.StatusOK, router, "GET", "/"+process.ID, nil)
|
||||
|
||||
mock.Validate(t, &api.WidgetProcess{}, response.Data)
|
||||
}
|
||||
|
Reference in New Issue
Block a user