Skip to content

Commit 978a92b

Browse files
committed
fix one more test
1 parent 17a7529 commit 978a92b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/node-sdk/test/client.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1596,9 +1596,7 @@ describe("BucketClient", () => {
15961596
await client.initialize();
15971597
client.getFeatures({ user, company, other: otherContext });
15981598

1599-
expect(isAllowedSpy).toHaveBeenCalledWith(
1600-
"d461e93fe41f6297ab43402d0fc6d63e2444e07d",
1601-
);
1599+
expect(isAllowedSpy).toHaveBeenCalledWith("1GHpP+QfYperQ0AtD8bWPiRE4H0=");
16021600
});
16031601

16041602
it("should return evaluated features when only user is defined", async () => {

0 commit comments

Comments
 (0)