From e733f51d4b04f209bfec32d1bd7559a258f45d0c Mon Sep 17 00:00:00 2001 From: Paul Tremberth Date: Mon, 25 Sep 2017 12:49:27 +0200 Subject: [PATCH] Fix test --- tests/test_command_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_command_version.py b/tests/test_command_version.py index 2789d207c..4ac7fb786 100644 --- a/tests/test_command_version.py +++ b/tests/test_command_version.py @@ -28,4 +28,4 @@ class VersionTest(ProcessTest, unittest.TestCase): self.assertEqual(headers, ['Scrapy', 'lxml', 'libxml2', 'cssselect', 'parsel', 'w3lib', 'Twisted', 'Python', 'pyOpenSSL', - 'Platform']) + 'cryptography', 'Platform'])