You need to sign in to do that
Don't have an account?
marcob
test fails dus to missing approval process definition in patch org
Hi,
when running a test class in a patch org, i get errors due to the fact that i haven't set up an approval process definition. Since this is a patch org, i don't want to have to set up a process definition every time we open up a new patch org.
Any suggestions how to deal with this? I know we can't create a process definition in apex, that would have been simple..
Thx in advance!
Marco
You could do a check in the test method for Org ID and skip that part if not your production org but your coverage will suffer
Otherwise if you are looking for an approval process is must be there
All Answers
You could do a check in the test method for Org ID and skip that part if not your production org but your coverage will suffer
Otherwise if you are looking for an approval process is must be there
thanks for your respons, i think there is no other way than to create a process manually in every new patch org. I don't want to use hard coded org id's, but thanks for the suggestion anyway!