Skip to content

Commit

Permalink
Troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
zinduolis committed Oct 27, 2024
1 parent f3216f1 commit 2163e73
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions spec/beef/modules/debug/test_beef_debugs_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,12 @@
@debug_mod_ids = JSON.parse(RestClient.get("#{RESTAPI_MODULES}?token=#{@token}"))
@debug_mod_names_ids = {}
@debug_mods = @debug_mod_ids.to_a.select do |cmd_mod|
puts "cmd_mod:"
p cmd_mod
category = Array(cmd_mod['category'])
category_string = if category.is_a?(Array)
category.join(', ')
else
category.to_s
end
p category
p category_string
category_string.include?('Debug')
p category_string.include?('Debug')
Expand Down

0 comments on commit 2163e73

Please sign in to comment.