This commit is contained in:
Bruno Alla 2020-01-28 10:33:24 +00:00
parent 2fb40f3f8c
commit 2698867cf8

View File

@ -42,7 +42,7 @@ def context():
("y", "None"), ("y", "None"),
("n", "AWS"), ("n", "AWS"),
("n", "GCP"), ("n", "GCP"),
# no whitenoise + co cloud provider is not supported # no whitenoise + no cloud provider is not supported
], ],
ids=lambda id: f"wnoise:{id[0]}-cloud:{id[1]}", ids=lambda id: f"wnoise:{id[0]}-cloud:{id[1]}",
) )