Merge pull request #22252 from overleaf/ab-gradual-rollout-continuity

[web] Ensure continuity for gradual rollouts

GitOrigin-RevId: c5bada71ae476862c782dc669024944f12d77097
This commit is contained in:
Alexandre Bourdin
2025-01-10 12:23:23 +01:00
committed by Copybot
parent 897d4bfefb
commit c56ac4e88a
3 changed files with 51 additions and 49 deletions
@@ -132,9 +132,6 @@ describe('EditorHttpController', function () {
this.SplitTestHandler = {
promises: {
getAssignmentForUser: sinon.stub().resolves({ variant: 'default' }),
getAssignmentForMongoUser: sinon
.stub()
.resolves({ variant: 'default' }),
},
}
this.UserGetter = { promises: { getUser: sinon.stub().resolves(null, {}) } }