stacks: add includes for stack read and list #2963
Annotations
6 errors and 1 warning
Lint:
stack_integration_test.go#L158
not enough arguments in call to client.Stacks.Read
|
Lint:
stack_integration_test.go#L177
not enough arguments in call to client.Stacks.Read
|
Lint:
stack_integration_test.go#L202
not enough arguments in call to client.Stacks.Read
|
Lint
Process completed with exit code 2.
|
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_integration_test.go:158:44: not enough arguments in call to client.Stacks.Read
have (context.Context, string)
want (context.Context, string, *StackReadOptions)
./stack_integration_test.go:177:55: not enough arguments in call to client.Stacks.Read
have (context.Context, string)
want (context.Context, string, *StackReadOptions)
./stack_integration_test.go:202:41: not enough arguments in call to client.Stacks.Read
have (context.Context, string)
want (context.Context, string, *StackReadOptions)
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.
|
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/
|