The setting (and using later) of passwords in this manner breaks the test when you set custom env variables for a test user (TEST_BEEF_PASSWD or TEST_BEEF_USER) within the spec/constants.
Suggest using the constants provided in the config or constants without requiring a specific user / pass
within /spec/beef/api/auth_rate_spec.rb https://github.com/beefproject/beef/blob/1ae320c3bc9db748dff7e53fe919cdef80089062/spec/beef/api/auth_rate_spec.rb#L9-L15
The setting (and using later) of passwords in this manner breaks the test when you set custom env variables for a test user (TEST_BEEF_PASSWD or TEST_BEEF_USER) within the spec/constants.
Suggest using the constants provided in the config or constants without requiring a specific user / pass