From 60d30b11cc3d71b7163c7d72b08220b9726aed6d Mon Sep 17 00:00:00 2001 From: zinduolis Date: Sun, 27 Oct 2024 19:06:39 +1000 Subject: [PATCH] Troubleshooting --- spec/beef/modules/debug/test_beef_debugs_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/beef/modules/debug/test_beef_debugs_spec.rb b/spec/beef/modules/debug/test_beef_debugs_spec.rb index b835df2cc..29a584c9b 100644 --- a/spec/beef/modules/debug/test_beef_debugs_spec.rb +++ b/spec/beef/modules/debug/test_beef_debugs_spec.rb @@ -93,7 +93,7 @@ RSpec.describe 'BeEF Debug Command Modules:', run_on_browserstack: true do @debug_mods = @debug_mod_ids.to_a.select do |cmd_mod| puts "cmd_mod:" p cmd_mod - category = Array(cmd_mod[1]&.dig('category') + category = Array(cmd_mod[1]&.dig('category')) category_string = if category.is_a?(Array) category.join(', ') else