cleanup stale test for cookie object
Signed-off-by: Harsha Narayana <harsha2k4@gmail.com>
This commit is contained in:
parent
ece3cdaa2e
commit
c60ba81984
|
@ -130,8 +130,3 @@ def test_cookie_set_unknown_property():
|
|||
with pytest.raises(expected_exception=KeyError) as e:
|
||||
c["invalid"] = "value"
|
||||
assert e.message == "Unknown cookie property"
|
||||
|
||||
|
||||
def test_cookie_encoding_invalid_type():
|
||||
c = Cookie("test_cookie", "value")
|
||||
c["max-age"] = "2d"
|
||||
|
|
Loading…
Reference in New Issue
Block a user