bibendi / dip

The dip is a CLI dev–tool that provides native-like interaction with a Dockerized application.
MIT License
1.26k stars 44 forks source link

SSH test are not bound to host env variables #125

Open zaratan opened 3 years ago

zaratan commented 3 years ago

Context

While trying to reproduce and understand #124 I ran the test on my host and got errors. This will fix those errors as the test won't be bound to the env anymore

What's inside

Test fixes

Checklist:

zaratan commented 3 years ago

Sorry let me run rubocop ><

zaratan commented 3 years ago

@bibendi What do you think of this one ? Without it, if I pull the repository and run the tests those will fail.