go test failed (exit code 1) The error output was:
# github.com/hashicorp/go-tfe [github.com/hashicorp/go-tfe.test]
./task_stages_integration_beta_test.go:203:89: not enough arguments in call to createPolicySetWithOptions
have (*testing.T, *Client, *Organization, []*Policy, []*Workspace, PolicySetCreateOptions)
want (*testing.T, *Client, *Organization, []*Policy, []*Workspace, []*Workspace, []*Project, PolicySetCreateOptions)
./task_stages_integration_beta_test.go:242:89: not enough arguments in call to createPolicySetWithOptions
have (*testing.T, *Client, *Organization, []*Policy, []*Workspace, PolicySetCreateOptions)
want (*testing.T, *Client, *Organization, []*Policy, []*Workspace, []*Workspace, []*Project, PolicySetCreateOptions)
./task_stages_integration_beta_test.go:283:89: not enough arguments in call to createPolicySetWithOptions
have (*testing.T, *Client, *Organization, []*Policy, []*Workspace, PolicySetCreateOptions)
want (*testing.T, *Client, *Organization, []*Policy, []*Workspace, []*Workspace, []*Project, PolicySetCreateOptions)
FAIL github.com/hashicorp/go-tfe [build failed]
? github.com/hashicorp/go-tfe/examples/backing_data [no test files]
? github.com/hashicorp/go-tfe/examples/configuration_versions [no test files]
? github.com/hashicorp/go-tfe/examples/organizations [no test files]
? github.com/hashicorp/go-tfe/examples/registry_modules [no test files]
? github.com/hashicorp/go-tfe/examples/run_errors [no test files]
? github.com/hashicorp/go-tfe/examples/state_versions [no test files]
? github.com/hashicorp/go-tfe/examples/users [no test files]
? github.com/hashicorp/go-tfe/examples/workspaces [no test files]
? github.com/hashicorp/go-tfe/mocks [no test files]
FAIL