Adapt integration test

This commit is contained in:
Chi Vinh Le
2018-09-12 20:35:07 +02:00
parent 632c4b263e
commit 32e56e805c
@@ -15,7 +15,7 @@ function createTestRenderer() {
),
me: createSinonStub(
s => s.throws(),
s => s.withArgs(undefined, { clientAuthRevision: 0 }).returns(users[0])
s => s.withArgs(undefined).returns(users[0])
),
},
Mutation: {