Skip to content

Commit

Permalink
fix: broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
ziafazal committed Nov 23, 2023
1 parent 723f2a5 commit 6448afe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def test_ingest(self, partner_uses_publisher, on_new_publisher, mock_logger):
slug=settings.DEFAULT_PRODUCT_SOURCE_SLUG,
name=settings.DEFAULT_PRODUCT_SOURCE_NAME,
)
assert course.product_source == default_product_source
assert course.product_source.slug == default_product_source.slug

# Verify multiple calls to ingest data do NOT result in data integrity errors.
self.loader.ingest()
Expand Down

0 comments on commit 6448afe

Please sign in to comment.