Skip to content

Commit

Permalink
tables and screen width, ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
h00die committed Aug 16, 2023
1 parent 07d6312 commit 97a6fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/msf/core/auxiliary/prometheus_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ def myworkspace
workspace_id: workspace.id
}
)
expect(aux_prometheus).to receive(:print_good).with("Credentials\n===========\n\n Name Config Host Port Public/Username Private/Password/Token Notes\n ---- ------ ---- ---- --------------- ---------------------- -----\n service-azure azure_sd_configs 9100 333333CC-3C33-3333-CCC3-33C3CCCCC33C mysecret Environment: AzurePublicCloud, Subscription ID: 11AAAA11-A11A-111A-A111-1111A1111A11, Resource Group: my-resource-\n group, Tenant ID: BBBB222B-B2B2-2B22-B222-2BB2222BB2B2\n")
expect(aux_prometheus).to receive(:print_good).with("Credentials\n===========\n\n Name Config Host Port Public/Username Private/Password/Token Notes\n ---- ------ ---- ---- --------------- ---------------------- -----\n service-azure azure_sd_configs 9100 333333CC-3C33-3333-CCC3-33C3CCCCC33C mysecret Environment: AzurePublicCloud, Subscription ID: 11AAAA11-A11A-111A-A111-1111A1111A11, Resource Group: my-resource-group, Tenant ID: BBBB222B-B2B2-2B22-B222-2BB2222BB2B2\n")

aux_prometheus.prometheus_config_eater(
config_wrapper(
Expand Down

0 comments on commit 97a6fc9

Please sign in to comment.