Hi! I want to create pgTAP Unit Tests using Supabase CLI to directly test the outcomes of the numerous functions I wrote.
A lot of my functions make use of auth.uid, so I would like to know how i can change the auth.uid value within my test scripts to impersonate different users for various test cases