An acceptance test is a Go test function with the prefix . To run a focussed acceptance test named : 1. Run with the following environment variables: - Default to non-verbose test output. 1. The acceptance tests may require additional environment variables for specific providers. If the test output indicates missing environment variables, then suggest how to set up these environment variables securely. To diagnose a failing acceptance test, use these options, in order. These options are cumulative: each option includes all the options above it. 1. Run the test again. Use the option to ensure…