Skip to content

Commit eef6df6

Browse files
authored
Update jixieIdSystem_spec.js
1 parent 455f696 commit eef6df6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

test/spec/modules/jixieIdSystem_spec.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,6 @@ describe('JixieId Submodule', () => {
259259
expect(parsed.search.gdpr_consent).to.equal(MOCK_CONSENT_STRING);
260260
expect(request.method).to.equal('GET');
261261
expect(request.withCredentials).to.be.true;
262-
263-
264262
expect(setCookieStub.calledWith(PBJS_JXID_KEY, CLIENTID2, sinon.match.string)).to.be.true;
265263
expect(setCookieStub.calledWith(PBJS_IDLOGSTR_KEY, IDLOG1, sinon.match.string)).to.be.true;
266264
expect(completeCallback.calledOnceWithExactly(CLIENTID2)).to.be.true;

0 commit comments

Comments
 (0)