diff --git a/spec/beef/modules/debug/test_beef_debugs_spec.rb b/spec/beef/modules/debug/test_beef_debugs_spec.rb index 4609677c3d..cbde898449 100644 --- a/spec/beef/modules/debug/test_beef_debugs_spec.rb +++ b/spec/beef/modules/debug/test_beef_debugs_spec.rb @@ -103,7 +103,7 @@ end.map do |debug_mod| puts 'debug_mod: ' p debug_mod - @debug_mod_names_ids[debug_mod[1]['class']] = debug_mod[1]['id'] + @debug_mod_names_ids[debug_mod['class']] = debug_mod['id'] end rescue StandardError => e print_info "Exception: #{e}"