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 e20c3fc commit f1d8676
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/message.bats
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,3 @@ load test-helper
assert_failure
"${clicmd}" config delete fake-token
}

#debugging
@test "$clinom message slack apitoken [bad token]" {
"${clicmd}" config clear
run "${clicmd}" message slack apitoken fake-token
assert_success
"${clicmd}" config delete fake-token
}

0 comments on commit f1d8676

Please sign in to comment.