-
Notifications
You must be signed in to change notification settings - Fork 14
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
Restore ability to run acceptance tests in this repo #410
Conversation
Does the PR have any schema changes?Looking good! No breaking changes found. Maintainer note: consult the runbook for dealing with any breaking changes. |
2 similar comments
Does the PR have any schema changes?Looking good! No breaking changes found. Maintainer note: consult the runbook for dealing with any breaking changes. |
Does the PR have any schema changes?Looking good! No breaking changes found. Maintainer note: consult the runbook for dealing with any breaking changes. |
@@ -23,7 +23,6 @@ func TestAccRecordTs(t *testing.T) { | |||
func getJSBaseOptions(t *testing.T) integration.ProgramTestOptions { | |||
base := getBaseOptions(t) | |||
baseJS := base.With(integration.ProgramTestOptions{ | |||
RunUpdateTest: true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AccountID property is newly required since the baseline version so this needs to be disabled for now.
Does the PR have any schema changes?Looking good! No breaking changes found. Maintainer note: consult the runbook for dealing with any breaking changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
A great fix! Next time, I'd love to see a description according to our standards. We do read your PRs, and having a brief description really helps. Thank you! |
No description provided.