Revert "Prepare new Pdf Preview rollout (#5664)" (#5745)

This reverts commit 047a3c636e09e9786c2a9b93514fef5bc46b0da9.

GitOrigin-RevId: 91b3c024cd364c1fd55d5e4fc6a2c592b784bc2a
This commit is contained in:
Miguel Serrano
2021-11-11 09:03:01 +00:00
committed by Copybot
parent 19eef0acca
commit 739ac96195
4 changed files with 2 additions and 32 deletions
@@ -139,9 +139,6 @@ describe('ProjectController', function () {
getAssignment: sinon.stub().resolves({ active: false }),
assignInLocalsContext: sinon.stub().resolves(),
},
getAssignmentForSession: sinon
.stub()
.yields(null, { variant: 'variant' }),
getAssignment: sinon.stub().yields(null, { active: false }),
assignInLocalsContext: sinon.stub().yields(null),
}