Skip to content

Commit

Permalink
MAGETWO-59135: [Github] Customer session is shared for different cust…
Browse files Browse the repository at this point in the history
…omers on two websites #4842 #6468
  • Loading branch information
Oleksandr Osadchyi committed Jun 19, 2017
1 parent ad65192 commit 2b47ff4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable max-nested-callbacks */
define([
'squire'
], function (Squire) {
Expand Down Expand Up @@ -32,7 +33,7 @@ define([

describe('"process" method', function () {
it('record status is 1', function () {
/*eslint no-global-assign: "error"*/
/* eslint-disable no-native-reassign */

var requireTmp = require;

Expand Down

0 comments on commit 2b47ff4

Please sign in to comment.