mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[rackspace|identity] use a valid username in tests
This commit is contained in:
parent
a1f7f6bfe0
commit
9a3901a429
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue