mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
Fix tests for python2.6
This commit is contained in:
parent
64e886d4c4
commit
72d40d45e5
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ class BaseRequests(object):
|
|||
# Then we send a DELETE request
|
||||
status, headers, answer = self.request("DELETE", path)
|
||||
assert status == 200
|
||||
assert "<href>%s</href>" % path in answer
|
||||
assert "href>%s</" % path in answer
|
||||
status, headers, answer = self.request("GET", "/calendar.ics/")
|
||||
assert "VEVENT" not in answer
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue