From 63f8f2e4cc626e6286fa03307423e4e57c73689d Mon Sep 17 00:00:00 2001 From: kschieban Date: Thu, 16 Apr 2020 15:58:14 -0400 Subject: [PATCH] fixed time_update attribute in example --- .../inspec/documentation/google_storage_bucket_object.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/inspec/documentation/google_storage_bucket_object.md b/third_party/inspec/documentation/google_storage_bucket_object.md index eb5b5253164f..09292ead86a4 100644 --- a/third_party/inspec/documentation/google_storage_bucket_object.md +++ b/third_party/inspec/documentation/google_storage_bucket_object.md @@ -27,5 +27,5 @@ ### Test that a GCP storage bucket object was last updated within a certain time period describe google_storage_bucket_object(bucket: 'bucket-buvsjjcndqz', object: 'bucket-object-pmxbiikq') do - its('updated_date') { should be > Time.now - 365*60*60*24*10 } + its('time_updated') { should be > Time.now - 365*60*60*24*10 } end \ No newline at end of file