From abd24fed18dc278aae430fd6ad3a8c3ddd1b14a4 Mon Sep 17 00:00:00 2001 From: Rajat Bajaj Date: Mon, 14 Oct 2024 17:17:10 +0530 Subject: [PATCH] Updated test case --- internal/auth0/organization/data_source_test.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/internal/auth0/organization/data_source_test.go b/internal/auth0/organization/data_source_test.go index 3d6f80b1..f36edaca 100644 --- a/internal/auth0/organization/data_source_test.go +++ b/internal/auth0/organization/data_source_test.go @@ -137,9 +137,10 @@ func TestAccDataSourceOrganizationInsufficientScope(t *testing.T) { Steps: []resource.TestStep{ { PreConfig: func() { - _ = os.Setenv("AUTH0_DOMAIN", "duedares.us.auth0.com") - _ = os.Setenv("AUTH0_CLIENT_ID", "DCglqGHelY62aZieE2d7TrvZ2Wwwmjfy") - _ = os.Setenv("AUTH0_CLIENT_SECRET", "bOTTvO1lq2_0VDvXidBN58A3tPIrHRSKw5xkAGmPbZy3i8DMjveVYkx5mxQosYNX") + // Add your env variables here + _ = os.Setenv("AUTH0_DOMAIN", "some-domain-name") + _ = os.Setenv("AUTH0_CLIENT_ID", "some-client-id") + _ = os.Setenv("AUTH0_CLIENT_SECRET", "some-client-secret") }, Config: `data "auth0_organization" "test" { organization_id = "org_P0nITxTkwnKQvD22"