diff --git a/tests/test_mappings/test_schedules.py b/tests/test_mappings/test_schedules.py index ad1947db..04fd12ad 100644 --- a/tests/test_mappings/test_schedules.py +++ b/tests/test_mappings/test_schedules.py @@ -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',