mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Adding a comment to explain a testcase
This commit is contained in:
parent
b7dcc00c92
commit
258319e6b0
@ -44,6 +44,7 @@ func TestResourceProvisioner_Validate_bad(t *testing.T) {
|
||||
if len(warn) > 0 {
|
||||
t.Fatalf("Warnings: %v", warn)
|
||||
}
|
||||
//Two errors, one for service_type, other for missing required accept_license argument
|
||||
if len(errs) != 2 {
|
||||
t.Fatalf("Should have two errors")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user