Skip to content

Commit 5765871

Browse files
committed
Merge pull request #3833 from krancour/beverage-assertion-fix
fix(tests): fix assertions on default beverage
2 parents 95d3a2e + 8e38b59 commit 5765871

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/bin/test-setup.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ ssh-add -D || eval $(ssh-agent) && ssh-add -D
8585
ssh-add ~/.ssh/$DEIS_TEST_AUTH_KEY
8686
ssh-add $DEIS_TEST_SSH_KEY
8787

88+
# clear the drink of choice in case the user has set it
89+
unset DEIS_DRINK_OF_CHOICE
90+
8891
# wipe out all vagrants & deis virtualboxen
8992
function cleanup {
9093
if [ "$SKIP_CLEANUP" != true ]; then

0 commit comments

Comments
 (0)