sdk icon indicating copy to clipboard operation
sdk copied to clipboard

Passwords in `.env` are read improperly by `j1-integration collect`

Open aiwilliams opened this issue 4 years ago • 0 comments

Given a password like abcdefg$, the value is seen in memory as abcdefg. When running tests and using dotenv/config, there is no problem. I was able to work around it by changing the password in .env to abcdefg\$.

aiwilliams avatar Oct 27 '20 20:10 aiwilliams