mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Removed redundant test from comments
This commit is contained in:
parent
35e168a1da
commit
e6f3d388ee
1 changed files with 0 additions and 5 deletions
|
@ -21,11 +21,6 @@ Shindo.tests('Fog::Rackspace::Monitoring | agent_tests', ['rackspace','rackspace
|
|||
tests('#fail to create agent token(-1)').raises(TypeError) do
|
||||
account.create_agent_token(-1)
|
||||
end
|
||||
#tests('#fail to list agent tokens(-1)').raises(TypeError) do
|
||||
#account[:rackspace_api_key] = 'asdf'
|
||||
#account[:rackspace_username] = 'asdf'
|
||||
#account.list_agent_tokens(-1)
|
||||
#end
|
||||
tests('#fail to get agent token(-1)').raises(TypeError) do
|
||||
account.create_agent_token(-1)
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue