Skip to content

Commit 2537e13

Browse files
Key resource test failure fixed
1 parent 5ed7c7b commit 2537e13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

oci/kms_key_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,6 @@ func TestKmsKeyResource_basic(t *testing.T) {
253253
resource.TestCheckResourceAttr(singularDatasourceName, "key_shape.#", "1"),
254254
resource.TestCheckResourceAttr(singularDatasourceName, "key_shape.0.algorithm", "AES"),
255255
resource.TestCheckResourceAttr(singularDatasourceName, "key_shape.0.length", "16"),
256-
resource.TestCheckResourceAttrSet(singularDatasourceName, "restored_from_key_id"),
257256
resource.TestCheckResourceAttrSet(singularDatasourceName, "state"),
258257
resource.TestCheckResourceAttrSet(singularDatasourceName, "time_created"),
259258
resource.TestCheckResourceAttrSet(singularDatasourceName, "vault_id"),

0 commit comments

Comments
 (0)