Fixed test_cookiecutter_generation.py for use_async from set to dict

This commit is contained in:
Andrew-Chen-Wang 2020-03-24 15:53:45 -04:00
parent aee2de347b
commit c4eaf68982

View File

@ -73,8 +73,8 @@ SUPPORTED_COMBINATIONS = [
{"cloud_provider": "GCP", "mail_service": "SparkPost"},
{"cloud_provider": "GCP", "mail_service": "Other SMTP"},
# Note: cloud_providers GCP and None with mail_service Amazon SES is not supported
{"use_async", "y"},
{"use_async", "n"},
{"use_async": "y"},
{"use_async": "n"},
{"use_drf": "y"},
{"use_drf": "n"},
{"js_task_runner": "None"},