lib/wcc/contentful/test/double.rb in wcc-contentful-1.5.1 vs lib/wcc/contentful/test/double.rb in wcc-contentful-1.6.0

- old
+ new

@@ -46,11 +46,11 @@ id: ENV.fetch('CONTENTFUL_SPACE_ID', nil) } }, id: SecureRandom.urlsafe_base64, type: 'Asset', - createdAt: Time.now.to_s(:iso8601), - updatedAt: Time.now.to_s(:iso8601), + createdAt: Time.now.to_formatted_s(:iso8601), + updatedAt: Time.now.to_formatted_s(:iso8601), environment: { sys: { id: 'master', type: 'Link', linkType: 'Environment'