Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
update generate_report test
Browse files Browse the repository at this point in the history
  • Loading branch information
aloftus23 committed Oct 27, 2022
1 parent dfa661b commit 1c87c7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_pe_reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ def test_report_generator(mock_db_connect, mock_get_orgs, mock_init, mock_embed)
creds_sum = ""
creds_sum = pd.DataFrame()
masq_df = pd.DataFrame()
dom_alert_sum = pd.DataFrame()
insecure_df = pd.DataFrame()
vulns_df = pd.DataFrame()
assets_df = pd.DataFrame()
Expand All @@ -175,6 +176,7 @@ def test_report_generator(mock_db_connect, mock_get_orgs, mock_init, mock_embed)
source_html,
creds_sum,
masq_df,
dom_alert_sum,
insecure_df,
vulns_df,
assets_df,
Expand Down

0 comments on commit 1c87c7d

Please sign in to comment.