You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've checked the documentation but couldn't find instruction for setting the required environment variables for running the test locally. Did I miss out or overlook something?
Elixir / Erlang OTP environment:
$ asdf current
elixir 1.12.1 /home/foobar/.tool-versions
erlang 24.0.2 /home/foobar/.tool-versions
This happened to me initially as well. I was missing the environment values in my test environment that the test configuration file is looking for. This error message is unfortunate for the situation!
Besides setting those env vars (make sure you're setting them in your MIX_ENV=test environment), you can verify this is the cause by testing with this config/test.exs:
I've checked the documentation but couldn't find instruction for setting the required environment variables for running the test locally. Did I miss out or overlook something?
Elixir / Erlang OTP environment:
Result of the test:
The text was updated successfully, but these errors were encountered: