Skip to content
Snippets Groups Projects
Verified Commit 6b6f97a9 authored by Alberto Miranda's avatar Alberto Miranda :hotsprings:
Browse files

Temporary fix for examples/c/ADM_job_requirements_create.c test

See #35.
parent e5bab0e7
No related branches found
No related tags found
1 merge request!12Resolve "Execute RPCs tests in CI"
......@@ -104,7 +104,7 @@ main(int argc, char* argv[]) {
}
ADM_job_requirements_t new_reqs = ADM_job_requirements_create(
new_inputs, NINPUTS, new_outputs, NOUTPUTS, NULL);
new_inputs, NINPUTS, new_outputs, NOUTPUTS, st);
ADM_return_t ret = ADM_update_job(server, job, new_reqs);
if(ret != ADM_SUCCESS) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment