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 Nov 7, 2024
1 parent 07741a4 commit 4dbfdb5
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 4dbfdb5

Please sign in to comment.