FIX: unused variable

This commit is contained in:
Jake Webster
2026-02-27 14:18:28 +10:00
parent ad2fed571a
commit f0e47a822d
+1 -1
View File
@@ -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)