We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a7529 commit 978a92bCopy full SHA for 978a92b
1 file changed
packages/node-sdk/test/client.test.ts
@@ -1596,9 +1596,7 @@ describe("BucketClient", () => {
1596
await client.initialize();
1597
client.getFeatures({ user, company, other: otherContext });
1598
1599
- expect(isAllowedSpy).toHaveBeenCalledWith(
1600
- "d461e93fe41f6297ab43402d0fc6d63e2444e07d",
1601
- );
+ expect(isAllowedSpy).toHaveBeenCalledWith("1GHpP+QfYperQ0AtD8bWPiRE4H0=");
1602
});
1603
1604
it("should return evaluated features when only user is defined", async () => {
0 commit comments