mirror of https://github.com/scrapy/scrapy.git
spelling: unknown
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
1e44d4614e
commit
860fbef608
|
|
@ -355,7 +355,7 @@ class RequestTest(unittest.TestCase):
|
|||
)
|
||||
self.assertEqual(r.method, "DELETE")
|
||||
|
||||
# If `ignore_unknon_options` is set to `False` it raises an error with
|
||||
# If `ignore_unknown_options` is set to `False` it raises an error with
|
||||
# the unknown options: --foo and -z
|
||||
self.assertRaises(
|
||||
ValueError,
|
||||
|
|
|
|||
Loading…
Reference in New Issue