-
Notifications
You must be signed in to change notification settings - Fork 127
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
feat(account): add account project resource #1376
feat(account): add account project resource #1376
Conversation
}) | ||
} | ||
|
||
func TestAccScalewayAccountProject_NoUpdate(t *testing.T) { |
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.
What is the purpose of this test?
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.
This is a simple test with no update that we made on other resources, @Monitob asked for it
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.
What was the reason? When did such test broke? Terraform checks that redoing a read on a resource does not change the state 🤔
…raform-provider-scaleway into feat/account_project_resource
Codecov Report
@@ Coverage Diff @@
## master #1376 +/- ##
==========================================
- Coverage 66.73% 66.38% -0.36%
==========================================
Files 122 123 +1
Lines 19521 19624 +103
==========================================
Hits 13027 13027
- Misses 5357 5460 +103
Partials 1137 1137
Continue to review full report at Codecov.
|
feat #1051