mirror of
https://github.com/beefproject/beef
synced 2026-06-08 13:15:56 +00:00
FIX: unused variable
This commit is contained in:
@@ -113,7 +113,7 @@ RSpec.describe BeEF::Core::Models::Command do
|
||||
end
|
||||
|
||||
it 'raises TypeError when command is not found for id and hooked_browser' do
|
||||
other_hb = BeEF::Core::Models::HookedBrowser.create!(session: 'other_session', ip: '127.0.0.1')
|
||||
BeEF::Core::Models::HookedBrowser.create!(session: 'other_session', ip: '127.0.0.1')
|
||||
|
||||
expect do
|
||||
described_class.save_result('other_session', command.id, 'Name', {}, 1)
|
||||
|
||||
Reference in New Issue
Block a user