stacks: add options to create stack source request #2970
Annotations
4 errors and 1 warning
Test (1, 0)
go test failed (exit code 1) The error output was:
# github.com/hashicorp/go-tfe [github.com/hashicorp/go-tfe.test]
./stack_source_integration_test.go:36:64: not enough arguments in call to client.StackSources.CreateAndUpload
have (context.Context, string, string)
want (context.Context, string, string, *CreateStackSourceOptions)
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
|
Summarize Tests
Process completed with exit code 1.
|
Lint:
stack_source_integration_test.go#L36
not enough arguments in call to client.StackSources.CreateAndUpload
|
Lint
Process completed with exit code 2.
|
Test (1, 0)
The following actions use a deprecated Node.js version and will be forced to run on node20: hashicorp-forge/go-test-split-action@796beedbdb3d1bea14cad2d3057bab5c5cf15fe5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|