Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests/lexmodelbuildingservice: Add ErrorCheck #18285

Merged
merged 8 commits into from
Mar 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions aws/data_source_aws_lex_bot_alias_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ func testAccDataSourceAwsLexBotAlias_basic(t *testing.T) {

// If this test runs in parallel with other Lex Bot tests, it loses its description
resource.Test(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t); testAccPartitionHasServicePreCheck(lexmodelbuildingservice.EndpointsID, t) },
Providers: testAccProviders,
PreCheck: func() { testAccPreCheck(t); testAccPartitionHasServicePreCheck(lexmodelbuildingservice.EndpointsID, t) },
ErrorCheck: testAccErrorCheck(t, lexmodelbuildingservice.EndpointsID),
Providers: testAccProviders,
Steps: []resource.TestStep{
{
Config: composeConfig(
Expand Down
10 changes: 6 additions & 4 deletions aws/data_source_aws_lex_bot_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ func TestAccDataSourceAwsLexBot_basic(t *testing.T) {
resourceName := "aws_lex_bot.test"

resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t); testAccPartitionHasServicePreCheck(lexmodelbuildingservice.EndpointsID, t) },
Providers: testAccProviders,
PreCheck: func() { testAccPreCheck(t); testAccPartitionHasServicePreCheck(lexmodelbuildingservice.EndpointsID, t) },
ErrorCheck: testAccErrorCheck(t, lexmodelbuildingservice.EndpointsID),
Providers: testAccProviders,
Steps: []resource.TestStep{
{
Config: composeConfig(
Expand Down Expand Up @@ -52,8 +53,9 @@ func testAccDataSourceAwsLexBot_withVersion(t *testing.T) {

// If this test runs in parallel with other Lex Bot tests, it loses its description
resource.Test(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t); testAccPartitionHasServicePreCheck(lexmodelbuildingservice.EndpointsID, t) },
Providers: testAccProviders,
PreCheck: func() { testAccPreCheck(t); testAccPartitionHasServicePreCheck(lexmodelbuildingservice.EndpointsID, t) },
ErrorCheck: testAccErrorCheck(t, lexmodelbuildingservice.EndpointsID),
Providers: testAccProviders,
Steps: []resource.TestStep{
{
Config: composeConfig(
Expand Down
10 changes: 6 additions & 4 deletions aws/data_source_aws_lex_intent_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ func TestAccDataSourceAwsLexIntent_basic(t *testing.T) {
resourceName := "aws_lex_intent.test"

resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t); testAccPartitionHasServicePreCheck(lexmodelbuildingservice.EndpointsID, t) },
Providers: testAccProviders,
PreCheck: func() { testAccPreCheck(t); testAccPartitionHasServicePreCheck(lexmodelbuildingservice.EndpointsID, t) },
ErrorCheck: testAccErrorCheck(t, lexmodelbuildingservice.EndpointsID),
Providers: testAccProviders,
Steps: []resource.TestStep{
{
Config: composeConfig(
Expand All @@ -42,8 +43,9 @@ func TestAccDataSourceAwsLexIntent_withVersion(t *testing.T) {
resourceName := "aws_lex_intent.test"

resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t); testAccPartitionHasServicePreCheck(lexmodelbuildingservice.EndpointsID, t) },
Providers: testAccProviders,
PreCheck: func() { testAccPreCheck(t); testAccPartitionHasServicePreCheck(lexmodelbuildingservice.EndpointsID, t) },
ErrorCheck: testAccErrorCheck(t, lexmodelbuildingservice.EndpointsID),
Providers: testAccProviders,
Steps: []resource.TestStep{
{
Config: composeConfig(
Expand Down
10 changes: 6 additions & 4 deletions aws/data_source_aws_lex_slot_type_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ func TestAccDataSourceAwsLexSlotType_basic(t *testing.T) {
resourceName := "aws_lex_slot_type.test"

resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t); testAccPartitionHasServicePreCheck(lexmodelbuildingservice.EndpointsID, t) },
Providers: testAccProviders,
PreCheck: func() { testAccPreCheck(t); testAccPartitionHasServicePreCheck(lexmodelbuildingservice.EndpointsID, t) },
ErrorCheck: testAccErrorCheck(t, lexmodelbuildingservice.EndpointsID),
Providers: testAccProviders,
Steps: []resource.TestStep{
{
Config: composeConfig(
Expand Down Expand Up @@ -43,8 +44,9 @@ func TestAccDataSourceAwsLexSlotType_withVersion(t *testing.T) {
resourceName := "aws_lex_slot_type.test"

resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t); testAccPartitionHasServicePreCheck(lexmodelbuildingservice.EndpointsID, t) },
Providers: testAccProviders,
PreCheck: func() { testAccPreCheck(t); testAccPartitionHasServicePreCheck(lexmodelbuildingservice.EndpointsID, t) },
ErrorCheck: testAccErrorCheck(t, lexmodelbuildingservice.EndpointsID),
Providers: testAccProviders,
Steps: []resource.TestStep{
{
Config: composeConfig(
Expand Down
7 changes: 7 additions & 0 deletions aws/resource_aws_lex_bot_alias_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ func TestAccAwsLexBotAlias_basic(t *testing.T) {

resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t); testAccPartitionHasServicePreCheck(lexmodelbuildingservice.EndpointsID, t) },
ErrorCheck: testAccErrorCheck(t, lexmodelbuildingservice.EndpointsID),
Providers: testAccProviders,
CheckDestroy: testAccCheckAwsLexBotAliasDestroy(testBotAliasID, testBotAliasID),
Steps: []resource.TestStep{
Expand Down Expand Up @@ -60,6 +61,7 @@ func testAccAwsLexBotAlias_botVersion(t *testing.T) {
// If this test runs in parallel with other Lex Bot tests, it loses its description
resource.Test(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t); testAccPartitionHasServicePreCheck(lexmodelbuildingservice.EndpointsID, t) },
ErrorCheck: testAccErrorCheck(t, lexmodelbuildingservice.EndpointsID),
Providers: testAccProviders,
CheckDestroy: testAccCheckAwsLexBotAliasDestroy(testBotAliasID, testBotAliasID),
Steps: []resource.TestStep{
Expand Down Expand Up @@ -110,6 +112,7 @@ func TestAccAwsLexBotAlias_conversationLogsText(t *testing.T) {

resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t); testAccPartitionHasServicePreCheck(lexmodelbuildingservice.EndpointsID, t) },
ErrorCheck: testAccErrorCheck(t, lexmodelbuildingservice.EndpointsID),
Providers: testAccProviders,
CheckDestroy: testAccCheckAwsLexBotAliasDestroy(testBotID, testBotAliasID),
Steps: []resource.TestStep{
Expand Down Expand Up @@ -156,6 +159,7 @@ func TestAccAwsLexBotAlias_conversationLogsAudio(t *testing.T) {

resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t); testAccPartitionHasServicePreCheck(lexmodelbuildingservice.EndpointsID, t) },
ErrorCheck: testAccErrorCheck(t, lexmodelbuildingservice.EndpointsID),
Providers: testAccProviders,
CheckDestroy: testAccCheckAwsLexBotAliasDestroy(testBotID, testBotAliasID),
Steps: []resource.TestStep{
Expand Down Expand Up @@ -203,6 +207,7 @@ func TestAccAwsLexBotAlias_conversationLogsBoth(t *testing.T) {

resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t); testAccPartitionHasServicePreCheck(lexmodelbuildingservice.EndpointsID, t) },
ErrorCheck: testAccErrorCheck(t, lexmodelbuildingservice.EndpointsID),
Providers: testAccProviders,
CheckDestroy: testAccCheckAwsLexBotAliasDestroy(testBotID, testBotAliasID),
Steps: []resource.TestStep{
Expand Down Expand Up @@ -249,6 +254,7 @@ func TestAccAwsLexBotAlias_description(t *testing.T) {

resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t); testAccPartitionHasServicePreCheck(lexmodelbuildingservice.EndpointsID, t) },
ErrorCheck: testAccErrorCheck(t, lexmodelbuildingservice.EndpointsID),
Providers: testAccProviders,
CheckDestroy: testAccCheckAwsLexBotAliasDestroy(testBotAliasID, testBotAliasID),
Steps: []resource.TestStep{
Expand Down Expand Up @@ -294,6 +300,7 @@ func TestAccAwsLexBotAlias_disappears(t *testing.T) {

resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t); testAccPartitionHasServicePreCheck(lexmodelbuildingservice.EndpointsID, t) },
ErrorCheck: testAccErrorCheck(t, lexmodelbuildingservice.EndpointsID),
Providers: testAccProviders,
CheckDestroy: testAccCheckAwsLexBotDestroy,
Steps: []resource.TestStep{
Expand Down
13 changes: 13 additions & 0 deletions aws/resource_aws_lex_bot_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ func TestAccAwsLexBot_basic(t *testing.T) {

resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t); testAccPartitionHasServicePreCheck(lexmodelbuildingservice.EndpointsID, t) },
ErrorCheck: testAccErrorCheck(t, lexmodelbuildingservice.EndpointsID),
Providers: testAccProviders,
CheckDestroy: testAccCheckAwsLexBotDestroy,
Steps: []resource.TestStep{
Expand Down Expand Up @@ -87,6 +88,7 @@ func testAccAwsLexBot_createVersion(t *testing.T) {
// If this test runs in parallel with other Lex Bot tests, it loses its description
resource.Test(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t); testAccPartitionHasServicePreCheck(lexmodelbuildingservice.EndpointsID, t) },
ErrorCheck: testAccErrorCheck(t, lexmodelbuildingservice.EndpointsID),
Providers: testAccProviders,
CheckDestroy: testAccCheckAwsLexBotDestroy,
Steps: []resource.TestStep{
Expand Down Expand Up @@ -130,6 +132,7 @@ func TestAccAwsLexBot_abortStatement(t *testing.T) {

resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t); testAccPartitionHasServicePreCheck(lexmodelbuildingservice.EndpointsID, t) },
ErrorCheck: testAccErrorCheck(t, lexmodelbuildingservice.EndpointsID),
Providers: testAccProviders,
CheckDestroy: testAccCheckAwsLexBotDestroy,
Steps: []resource.TestStep{
Expand Down Expand Up @@ -186,6 +189,7 @@ func TestAccAwsLexBot_clarificationPrompt(t *testing.T) {

resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t); testAccPartitionHasServicePreCheck(lexmodelbuildingservice.EndpointsID, t) },
ErrorCheck: testAccErrorCheck(t, lexmodelbuildingservice.EndpointsID),
Providers: testAccProviders,
CheckDestroy: testAccCheckAwsLexBotDestroy,
Steps: []resource.TestStep{
Expand Down Expand Up @@ -238,6 +242,7 @@ func TestAccAwsLexBot_childDirected(t *testing.T) {

resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t); testAccPartitionHasServicePreCheck(lexmodelbuildingservice.EndpointsID, t) },
ErrorCheck: testAccErrorCheck(t, lexmodelbuildingservice.EndpointsID),
Providers: testAccProviders,
CheckDestroy: testAccCheckAwsLexBotDestroy,
Steps: []resource.TestStep{
Expand Down Expand Up @@ -281,6 +286,7 @@ func TestAccAwsLexBot_description(t *testing.T) {

resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t); testAccPartitionHasServicePreCheck(lexmodelbuildingservice.EndpointsID, t) },
ErrorCheck: testAccErrorCheck(t, lexmodelbuildingservice.EndpointsID),
Providers: testAccProviders,
CheckDestroy: testAccCheckAwsLexBotDestroy,
Steps: []resource.TestStep{
Expand Down Expand Up @@ -324,6 +330,7 @@ func TestAccAwsLexBot_detectSentiment(t *testing.T) {

resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t); testAccPartitionHasServicePreCheck(lexmodelbuildingservice.EndpointsID, t) },
ErrorCheck: testAccErrorCheck(t, lexmodelbuildingservice.EndpointsID),
Providers: testAccProviders,
CheckDestroy: testAccCheckAwsLexBotDestroy,
Steps: []resource.TestStep{
Expand Down Expand Up @@ -367,6 +374,7 @@ func TestAccAwsLexBot_enableModelImprovements(t *testing.T) {

resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t); testAccPartitionHasServicePreCheck(lexmodelbuildingservice.EndpointsID, t) },
ErrorCheck: testAccErrorCheck(t, lexmodelbuildingservice.EndpointsID),
Providers: testAccProviders,
CheckDestroy: testAccCheckAwsLexBotDestroy,
Steps: []resource.TestStep{
Expand Down Expand Up @@ -411,6 +419,7 @@ func TestAccAwsLexBot_idleSessionTtlInSeconds(t *testing.T) {

resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t); testAccPartitionHasServicePreCheck(lexmodelbuildingservice.EndpointsID, t) },
ErrorCheck: testAccErrorCheck(t, lexmodelbuildingservice.EndpointsID),
Providers: testAccProviders,
CheckDestroy: testAccCheckAwsLexBotDestroy,
Steps: []resource.TestStep{
Expand Down Expand Up @@ -454,6 +463,7 @@ func TestAccAwsLexBot_intents(t *testing.T) {

resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t); testAccPartitionHasServicePreCheck(lexmodelbuildingservice.EndpointsID, t) },
ErrorCheck: testAccErrorCheck(t, lexmodelbuildingservice.EndpointsID),
Providers: testAccProviders,
CheckDestroy: testAccCheckAwsLexBotDestroy,
Steps: []resource.TestStep{
Expand Down Expand Up @@ -497,6 +507,7 @@ func TestAccAwsLexBot_locale(t *testing.T) {

resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t); testAccPartitionHasServicePreCheck(lexmodelbuildingservice.EndpointsID, t) },
ErrorCheck: testAccErrorCheck(t, lexmodelbuildingservice.EndpointsID),
Providers: testAccProviders,
CheckDestroy: testAccCheckAwsLexBotDestroy,
Steps: []resource.TestStep{
Expand Down Expand Up @@ -540,6 +551,7 @@ func TestAccAwsLexBot_voiceId(t *testing.T) {

resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t); testAccPartitionHasServicePreCheck(lexmodelbuildingservice.EndpointsID, t) },
ErrorCheck: testAccErrorCheck(t, lexmodelbuildingservice.EndpointsID),
Providers: testAccProviders,
CheckDestroy: testAccCheckAwsLexBotDestroy,
Steps: []resource.TestStep{
Expand Down Expand Up @@ -583,6 +595,7 @@ func TestAccAwsLexBot_disappears(t *testing.T) {

resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t); testAccPartitionHasServicePreCheck(lexmodelbuildingservice.EndpointsID, t) },
ErrorCheck: testAccErrorCheck(t, lexmodelbuildingservice.EndpointsID),
Providers: testAccProviders,
CheckDestroy: testAccCheckAwsLexBotDestroy,
Steps: []resource.TestStep{
Expand Down
12 changes: 12 additions & 0 deletions aws/resource_aws_lex_intent_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ func TestAccAwsLexIntent_basic(t *testing.T) {

resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t); testAccPartitionHasServicePreCheck(lexmodelbuildingservice.EndpointsID, t) },
ErrorCheck: testAccErrorCheck(t, lexmodelbuildingservice.EndpointsID),
Providers: testAccProviders,
CheckDestroy: testAccCheckAwsLexIntentDestroy,
Steps: []resource.TestStep{
Expand Down Expand Up @@ -66,6 +67,7 @@ func TestAccAwsLexIntent_createVersion(t *testing.T) {

resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t); testAccPartitionHasServicePreCheck(lexmodelbuildingservice.EndpointsID, t) },
ErrorCheck: testAccErrorCheck(t, lexmodelbuildingservice.EndpointsID),
Providers: testAccProviders,
CheckDestroy: testAccCheckAwsLexIntentDestroy,
Steps: []resource.TestStep{
Expand Down Expand Up @@ -107,6 +109,7 @@ func TestAccAwsLexIntent_conclusionStatement(t *testing.T) {

resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t); testAccPartitionHasServicePreCheck(lexmodelbuildingservice.EndpointsID, t) },
ErrorCheck: testAccErrorCheck(t, lexmodelbuildingservice.EndpointsID),
Providers: testAccProviders,
CheckDestroy: testAccCheckAwsLexIntentDestroy,
Steps: []resource.TestStep{
Expand Down Expand Up @@ -159,6 +162,7 @@ func TestAccAwsLexIntent_confirmationPromptAndRejectionStatement(t *testing.T) {

resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t); testAccPartitionHasServicePreCheck(lexmodelbuildingservice.EndpointsID, t) },
ErrorCheck: testAccErrorCheck(t, lexmodelbuildingservice.EndpointsID),
Providers: testAccProviders,
CheckDestroy: testAccCheckAwsLexIntentDestroy,
Steps: []resource.TestStep{
Expand Down Expand Up @@ -221,6 +225,7 @@ func TestAccAwsLexIntent_dialogCodeHook(t *testing.T) {

resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t); testAccPartitionHasServicePreCheck(lexmodelbuildingservice.EndpointsID, t) },
ErrorCheck: testAccErrorCheck(t, lexmodelbuildingservice.EndpointsID),
Providers: testAccProviders,
CheckDestroy: testAccCheckAwsLexIntentDestroy,
Steps: []resource.TestStep{
Expand Down Expand Up @@ -253,6 +258,7 @@ func TestAccAwsLexIntent_followUpPrompt(t *testing.T) {

resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t); testAccPartitionHasServicePreCheck(lexmodelbuildingservice.EndpointsID, t) },
ErrorCheck: testAccErrorCheck(t, lexmodelbuildingservice.EndpointsID),
Providers: testAccProviders,
CheckDestroy: testAccCheckAwsLexIntentDestroy,
Steps: []resource.TestStep{
Expand Down Expand Up @@ -321,6 +327,7 @@ func TestAccAwsLexIntent_fulfillmentActivity(t *testing.T) {

resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t); testAccPartitionHasServicePreCheck(lexmodelbuildingservice.EndpointsID, t) },
ErrorCheck: testAccErrorCheck(t, lexmodelbuildingservice.EndpointsID),
Providers: testAccProviders,
CheckDestroy: testAccCheckAwsLexIntentDestroy,
Steps: []resource.TestStep{
Expand Down Expand Up @@ -355,6 +362,7 @@ func TestAccAwsLexIntent_sampleUtterances(t *testing.T) {

resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t); testAccPartitionHasServicePreCheck(lexmodelbuildingservice.EndpointsID, t) },
ErrorCheck: testAccErrorCheck(t, lexmodelbuildingservice.EndpointsID),
Providers: testAccProviders,
CheckDestroy: testAccCheckAwsLexIntentDestroy,
Steps: []resource.TestStep{
Expand Down Expand Up @@ -396,6 +404,7 @@ func TestAccAwsLexIntent_slots(t *testing.T) {

resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t); testAccPartitionHasServicePreCheck(lexmodelbuildingservice.EndpointsID, t) },
ErrorCheck: testAccErrorCheck(t, lexmodelbuildingservice.EndpointsID),
Providers: testAccProviders,
CheckDestroy: testAccCheckAwsLexIntentDestroy,
Steps: []resource.TestStep{
Expand Down Expand Up @@ -448,6 +457,7 @@ func TestAccAwsLexIntent_slotsCustom(t *testing.T) {

resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t); testAccPartitionHasServicePreCheck(lexmodelbuildingservice.EndpointsID, t) },
ErrorCheck: testAccErrorCheck(t, lexmodelbuildingservice.EndpointsID),
Providers: testAccProviders,
CheckDestroy: testAccCheckAwsLexIntentDestroy,
Steps: []resource.TestStep{
Expand Down Expand Up @@ -491,6 +501,7 @@ func TestAccAwsLexIntent_disappears(t *testing.T) {

resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t); testAccPartitionHasServicePreCheck(lexmodelbuildingservice.EndpointsID, t) },
ErrorCheck: testAccErrorCheck(t, lexmodelbuildingservice.EndpointsID),
Providers: testAccProviders,
CheckDestroy: testAccCheckAwsLexIntentDestroy,
Steps: []resource.TestStep{
Expand Down Expand Up @@ -550,6 +561,7 @@ func TestAccAwsLexIntent_updateWithExternalChange(t *testing.T) {

resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t); testAccPartitionHasServicePreCheck(lexmodelbuildingservice.EndpointsID, t) },
ErrorCheck: testAccErrorCheck(t, lexmodelbuildingservice.EndpointsID),
Providers: testAccProviders,
CheckDestroy: testAccCheckAwsLexIntentDestroy,
Steps: []resource.TestStep{
Expand Down
Loading