Skip to content

Commit

Permalink
only clear test tokens (fixes #2110)
Browse files Browse the repository at this point in the history
  • Loading branch information
JLKwong committed Mar 20, 2021
1 parent 604a295 commit 018733f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/message.bats
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ load test-helper

@test "$clinom message slack apitoken (after invalid token)" {
run tokens=$(treehouses config)
run if [ -z "$tokens" ]; then
run if [ -z "$tokens" ];
slack=${"$tokens#"#slack_apitoken="}
fi
run "${clicmd}" config clear
Expand Down

0 comments on commit 018733f

Please sign in to comment.