-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cli: fix provided generated Go test #27869
Labels
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
p2
package/tools
Related to AWS CDK Tools or CLI
Comments
it-me-joda
added
bug
This issue is a bug.
needs-triage
This issue or PR still needs to be triaged.
labels
Nov 7, 2023
it-me-joda
changed the title
(module name): (short issue description)
cli: fix provided generated Go test
Nov 7, 2023
khushail
added
investigating
This issue is being investigated and/or work is in progress to resolve the issue.
and removed
needs-triage
This issue or PR still needs to be triaged.
labels
Nov 7, 2023
Thanks @josephbartley for reporting this and submitting a PR. Appreciate it. |
khushail
added
p2
effort/small
Small work item – less than a day of effort
and removed
investigating
This issue is being investigated and/or work is in progress to resolve the issue.
labels
Nov 7, 2023
mergify bot
pushed a commit
that referenced
this issue
Nov 7, 2023
Fixes the commented out default test to make it easier for new users to get started. Closes #27869. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
mikewrighton
pushed a commit
that referenced
this issue
Nov 13, 2023
Fixes the commented out default test to make it easier for new users to get started. Closes #27869. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
p2
package/tools
Related to AWS CDK Tools or CLI
Describe the bug
After creating an application in Go and uncommenting the provided test, the provided test won't run because it is missing an argument.
Expected Behavior
I would expect a test to be able to run as soon as it is uncommented.
Current Behavior
The test failed because
not enough arguments in call
Reproduction Steps
cdk init app --language go
_test.go
filePossible Solution
I have forked this for the minor fix.
Additional Information/Context
No response
CDK CLI Version
2.104.0
Framework Version
No response
Node.js Version
20.8.1
OS
Linux - Fedora
Language
Go
Language Version
1.21.3
Other information
No response
The text was updated successfully, but these errors were encountered: