Merge branch 'clusteriam' into vod

This commit is contained in:
Ingo Oppermann
2023-06-01 15:16:54 +02:00
905 changed files with 111111 additions and 18142 deletions

View File

@@ -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)
}