From 7fdbebc1fe51681025fbf78a6637bd0a524de92a Mon Sep 17 00:00:00 2001 From: Marco Suma Date: Fri, 3 Nov 2023 16:55:46 +0100 Subject: [PATCH] fix: changes naming convention for data_source event trigger test. --- mongodbatlas/data_source_mongodbatlas_event_trigger_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongodbatlas/data_source_mongodbatlas_event_trigger_test.go b/mongodbatlas/data_source_mongodbatlas_event_trigger_test.go index 92fa55f320..af026d0c15 100644 --- a/mongodbatlas/data_source_mongodbatlas_event_trigger_test.go +++ b/mongodbatlas/data_source_mongodbatlas_event_trigger_test.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/terraform-plugin-testing/helper/resource" ) -func TestAccConfigDSEventTrigger_basic(t *testing.T) { +func TestEventTrigger_basic(t *testing.T) { var ( resourceName = "mongodbatlas_event_trigger.test" projectID = os.Getenv("MONGODB_ATLAS_PROJECT_ID")