Skip to content

Commit 0657705

Browse files
Fix missing activePolicy in Policy test state
1 parent c503424 commit 0657705

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/actions/PolicyTest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -891,6 +891,7 @@ describe('actions/Policy', () => {
891891
isSelfTourViewed: false,
892892
betas: undefined,
893893
hasActiveAdminPolicies: true,
894+
activePolicy: undefined,
894895
});
895896
await waitForBatchedUpdates();
896897

0 commit comments

Comments
 (0)