Skip to content

Commit

Permalink
update test case
Browse files Browse the repository at this point in the history
  • Loading branch information
njuCZ committed Jun 28, 2020
1 parent c8ac003 commit 6e2bc42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func TestAccAzureRMKeyVaultCertificate_basicGenerate(t *testing.T) {
resource.TestCheckResourceAttrSet(data.ResourceName, "secret_id"),
resource.TestCheckResourceAttrSet(data.ResourceName, "certificate_data"),
resource.TestCheckResourceAttrSet(data.ResourceName, "thumbprint"),
resource.TestCheckResourceAttrSet(data.ResourceName, "certificate_attribute"),
resource.TestCheckResourceAttrSet(data.ResourceName, "certificate_attribute.0.created"),
),
},
data.ImportStep(),
Expand Down

0 comments on commit 6e2bc42

Please sign in to comment.