Skip to content

Commit

Permalink
Troubleshoot issue with test
Browse files Browse the repository at this point in the history
  • Loading branch information
zinduolis committed Oct 27, 2024
1 parent 1b17d3c commit 590c32e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/beef/modules/debug/test_beef_debugs_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@

# Grab Command Module IDs as they can differ from machine to machine
@debug_mod_ids = JSON.parse(RestClient.get("#{RESTAPI_MODULES}?token=#{@token}"))

puts "Full API response:"
p @debug_mod_ids

@debug_mod_names_ids = {}
@debug_mods = @debug_mod_ids.to_a.select { |cmd_mod| cmd_mod[1]['category'] == 'Debug' }
.map do |debug_mod|
Expand Down

0 comments on commit 590c32e

Please sign in to comment.