We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d41d58 commit 283ce7dCopy full SHA for 283ce7d
tests/test_recipe.py
@@ -332,4 +332,4 @@ def test_recipe_download_headers(self):
332
recipe = DummyRecipe()
333
with mock.patch.dict(os.environ, '[["header1","foo"],["header2", "bar"]]'):
334
download_headers = recipe.download_headers
335
- assert download_headers == [["header1","foo"],["header2", "bar"]]
+ assert download_headers == [["header1", "foo"],["header2", "bar"]]
0 commit comments