Skip to content

Commit

Permalink
fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
labhvam5 committed Dec 19, 2023
1 parent 8adb777 commit 3331478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mappings/test_schedules.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def test_schedule_creation(db):
configuration.save()

MappingSetting.objects.filter(workspace_id=workspace_id).delete()
mapping_settings = [
mapping_settings = [
{
'source_field': 'PROJECT',
'destination_field': 'CUSTOMER',
Expand Down

0 comments on commit 3331478

Please sign in to comment.