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

Commit

Permalink
fix: fixed issue in test_site test
Browse files Browse the repository at this point in the history
  • Loading branch information
zubair-ce07 committed Oct 18, 2023
1 parent 42ae0f0 commit 8673617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecommerce/extensions/dashboard/offers/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def test_site(self):
metadata = {
'name': 'Test Offer',
'description': 'Blah!',
'offer_type': 'test',
'offer_type': 'Site',
'site': site.id,
}
metadata_url = reverse('dashboard:offer-metadata')
Expand Down

0 comments on commit 8673617

Please sign in to comment.