[rackspace|identity] use a valid username in tests

This commit is contained in:
geemus 2012-07-28 11:30:39 -05:00
parent a1f7f6bfe0
commit 9a3901a429
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ Shindo.tests('Fog::Rackspace::Identity | users', ['rackspace']) do
service = Fog::Rackspace::Identity.new
id = nil
username = 'fog_user'
username = 'foguser'
email = 'fog_user@example.com'
enabled = true
password = 'Fog_password1'