Hello,
I am trying to write a unit test on a trigger that calls z.cursor
and the first issue I ran into was I need to set environment variables for ZAPIER_DEPLOY_KEY
after doing that I get the following error:
only absolute urls are supported
which is referring to z.cursor.get()
. Im guessing this is due to the fact that the function is using relative pathing but I am unsure how to move forward. Is there a way to mock out this call so that the test can continue?
zapier-platform-core@8.0.1