Skip to content

Commit

Permalink
Updated test case
Browse files Browse the repository at this point in the history
  • Loading branch information
duedares-rvj committed Oct 14, 2024
1 parent 448a5a8 commit abd24fe
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions internal/auth0/organization/data_source_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Check failure on line 140 in internal/auth0/organization/data_source_test.go

View workflow job for this annotation

GitHub Actions / Checks

Comment should end in a period (godot)
_ = 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"
Expand Down

0 comments on commit abd24fe

Please sign in to comment.