Fix WebDAV test after 1f1b2e9b2
This commit is contained in:
parent
c0e2aa03d3
commit
985f10d5ed
1 changed files with 2 additions and 2 deletions
|
@ -1227,8 +1227,8 @@ describe("Zotero.Sync.Data.Engine", function () {
|
|||
assert.propertyVal(itemJSON, "contentType", item.attachmentContentType);
|
||||
assert.propertyVal(itemJSON, "charset", item.attachmentCharset);
|
||||
assert.propertyVal(itemJSON, "filename", item.attachmentFilename);
|
||||
assert.propertyVal(itemJSON, "mtime", null);
|
||||
assert.propertyVal(itemJSON, "md5", null);
|
||||
assert.notPropertyVal(itemJSON, "mtime");
|
||||
assert.notPropertyVal(itemJSON, "md5");
|
||||
req.respond(
|
||||
200,
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue