Re-enabled the test as it now passes

This commit is contained in:
Grant Burgess
2020-01-13 12:54:13 +10:00
parent a113d896e7
commit d26a0fda33

View File

@@ -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) }