Skip to content

Commit

Permalink
TER-248: Remove check destroy
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Caussat committed Mar 27, 2018
1 parent 9858c21 commit 5e77332
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ghost/import_ghost_app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ func testAccGhostAppImportBasic(t *testing.T) {
envName := fmt.Sprintf("import_ghost_app_acc_env_basic_%s", acctest.RandString(10))

resource.Test(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t) },
Providers: testAccProviders,
CheckDestroy: testAccCheckGhostAppDestroy,
PreCheck: func() { testAccPreCheck(t) },
Providers: testAccProviders,
Steps: []resource.TestStep{
resource.TestStep{
Config: testAccGhostAppConfig(envName),
Expand Down

0 comments on commit 5e77332

Please sign in to comment.