Skip to content

Commit

Permalink
Fix 'TestAccEMRServerlessApplication_interactiveConfiguration'.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Jul 16, 2024
1 parent 3a4d7d5 commit 34c2b3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/service/emrserverless/application_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ func TestAccEMRServerlessApplication_interactiveConfiguration(t *testing.T) {
Check: resource.ComposeTestCheckFunc(
testAccCheckApplicationExists(ctx, resourceName, &application),
resource.TestCheckResourceAttr(resourceName, "interactive_configuration.#", acctest.Ct1),
resource.TestCheckResourceAttr(resourceName, "interactive_configuration.0.livy_endpoint_enabled", acctest.CtFalse),
resource.TestCheckResourceAttr(resourceName, "interactive_configuration.0.studio_enabled", acctest.CtFalse),
resource.TestCheckNoResourceAttr(resourceName, "interactive_configuration.0.livy_endpoint_enabled"),
resource.TestCheckNoResourceAttr(resourceName, "interactive_configuration.0.studio_enabled"),
),
},
},
Expand Down

0 comments on commit 34c2b3c

Please sign in to comment.