Skip to content

Commit

Permalink
Debug logging for integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas11 committed Oct 23, 2024
1 parent 3802fdf commit e75e3f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/examples_nodejs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,8 @@ func TestAccPIMRoleManagementPolicies(t *testing.T) {

test := getJSBaseOptions(t).
With(integration.ProgramTestOptions{
DebugLogLevel: 9,
Verbose: true,
Dir: filepath.Join(getCwd(t), "pim-rolemanagementpolicies"),
Config: map[string]string{"policy": policyId},
ExpectRefreshChanges: false,
Expand Down

0 comments on commit e75e3f2

Please sign in to comment.