Re-enabled the test as it now passes
This commit is contained in:
@@ -30,7 +30,7 @@ RSpec.describe 'BeEF API Rate Limit' do
|
||||
|
||||
end
|
||||
|
||||
xit 'adheres to auth rate limits' do
|
||||
it 'adheres to auth rate limits' do
|
||||
passwds = (1..9).map { |i| "broken_pass"}
|
||||
passwds.push BEEF_PASSWD
|
||||
apis = passwds.map { |pswd| BeefRestClient.new('http', ATTACK_DOMAIN, '3000', BEEF_USER, pswd) }
|
||||
|
||||
Reference in New Issue
Block a user