TestGateway was failing while the job was being completed and executed successfully.
the test was waiting for the first condition on the job to be Complete, but the conditions are not stored in order in the job resource. So, now all the conditions are checked.
TestBasic was failing because the generation of the token file was failing, getting the incoming links from the policy API was timing out.
the test retries the generation of the token if it has failed.
TestGateway was failing while the job was being completed and executed successfully.
Complete
, but the conditions are not stored in order in the job resource. So, now all the conditions are checked.TestBasic was failing because the generation of the token file was failing, getting the incoming links from the policy API was timing out.