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

Commit

Permalink
add opportunities that should not get fetched
Browse files Browse the repository at this point in the history
  • Loading branch information
Rwolfe-Nava committed Aug 13, 2024
1 parent 4ab4dc2 commit 50d3a52
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ def test_export_opportunity_data_task(
OpportunityFactory.create_batch(size=6, is_archived_forecast_summary=True)
)

# Create some opportunities that won't get fetched / loaded into search
OpportunityFactory.create_batch(size=3, is_draft=True)
OpportunityFactory.create_batch(size=4, no_current_summary=True)

export_opportunity_data_task.run()

# Verify some metrics first
Expand Down

0 comments on commit 50d3a52

Please sign in to comment.