Skip to content

Commit

Permalink
Fix executor assertion for integration tests (#1397)
Browse files Browse the repository at this point in the history
Fix executor assertion
  • Loading branch information
pkosiec authored Feb 23, 2024
1 parent 73c3588 commit a744a14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/e2e/bots_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1256,10 +1256,10 @@ func runBotTest(t *testing.T,
command := "list executors"

expectedBody := codeBlock(heredoc.Doc(`
EXECUTOR ENABLED ALIASES RESTARTS STATUS LAST_RESTART
botkube/echo@v0.0.0-latest true e 0/1 Running
botkube/kubectl true k, kc 0/1 Running
botkubeCloud/helm true 0/1 Running`))
EXECUTOR ENABLED ALIASES RESTARTS STATUS LAST_RESTART
botkube/echo true e 0/1 Running
botkube/kubectl true k, kc 0/1 Running
botkubeCloud/helm true 0/1 Running`))

if botDriver.Type() == commplatform.DiscordBot {
// Cloud plugins are not tested on Discord
Expand Down

0 comments on commit a744a14

Please sign in to comment.