Fix remove user from cert-exception list

ECOM-4650
This commit is contained in:
Awais Jibran
2016-06-09 15:24:33 +05:00
parent 1e67ec66cd
commit 8d40dcd0f4
4 changed files with 42 additions and 12 deletions

View File

@@ -30,7 +30,7 @@ define([
beforeEach(function() {
certificate_exception = new CertificateExceptionModel({user_name: 'test_user'});
certificate_exception = new CertificateExceptionModel({user_name: 'test_user'}, {url: 'test/url/'});
certificate_exception.set({
notes: "Test notes"
});