Skip to content

Commit

Permalink
add testing cli success to one more place in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ianic committed Dec 6, 2021
1 parent ef59e41 commit 90e7205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ping_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func TestPing(t *testing.T) {
testAddLogsApi(c)
c.WithWorkdir(func() { testBackendInvoke(t) })

c.Run("mantil", "stage", "destroy", "test", "--yes").
c.Run("mantil", "stage", "destroy", "test", "--yes").Success().
Contains("Stage test was successfully destroyed!")
}

Expand Down

0 comments on commit 90e7205

Please sign in to comment.