I'm integrating my api with Ory Kratos SDK (golang), and trying to write some tests for the integration. I'm able to test the registration flow, but the verification (code) flow requires picking a code up from email. What are my options for picking the verification code in my tests?