Adding a comment to explain a testcase

This commit is contained in:
Mudassar Shafique 2019-06-05 13:52:53 -07:00
parent b7dcc00c92
commit 258319e6b0
1 changed files with 1 additions and 0 deletions

View File

@ -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")
}