Closed mattgibson closed 9 years ago
So I'm guessing its the basic auth username/password that need to be loaded by dotenv for some reason? It might be better to load that explicitly in the test instead, I'm not sure.
Thanks for this though, I will merge it.
Yeah, that was the test that was failing. I'm not sure of the best approach either. The previous behaviour was that it was implicitly required, so this is the closest to how it was.
I think this failure is the one that prompted me to add the .dotenv thing in the other PR. I'm assuming it's a change in the way something works and will add it in again here.