Updated email address in remote acl test.

This commit is contained in:
Marcel Molina 2012-05-29 12:44:40 -07:00
Родитель dfc9e627dc
Коммит 2fe1aae8e2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -65,7 +65,7 @@ class RemoteACLTest < Test::Unit::TestCase
new_grant = ACL::Grant.new
new_grant.permission = 'READ'
new_grant_grantee = ACL::Grantee.new
new_grant_grantee.email_address = 'marcel@vernix.org'
new_grant_grantee.email_address = [['amazon', 'marcelmolina'].join('@'), 'com'].join('.')
new_grant.grantee = new_grant_grantee
acl.grants << new_grant