mirror of https://github.com/xwiki-labs/cryptpad
update test after merging api changes
This commit is contained in:
parent
d1beb6493b
commit
7441a68fb9
|
@ -247,7 +247,7 @@ define([
|
|||
|
||||
assert(function (cb) {
|
||||
var url = '/pad/?utm_campaign=new_comment&utm_medium=email&utm_source=thread_mailer#/1/edit/3Ujt4F2Sjnjbis6CoYWpoQ/usn4+9CqVja8Q7RZOGTfRgqI/';
|
||||
var secret = Cryptpad.parsePadUrl(url);
|
||||
var secret = Hash.parsePadUrl(url);
|
||||
|
||||
return cb(secret.hashData.version === 1 &&
|
||||
secret.hashData.mode === "edit" &&
|
||||
|
|
Loading…
Reference in New Issue