Skip to content

Commit

Permalink
chore: Update embedded bundle and enable skipped tests (#924)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Haines <haines@cerbos.dev>
  • Loading branch information
haines authored Apr 11, 2024
1 parent f1ed749 commit 38612c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified private/test/servers/policies.wasm
Binary file not shown.
6 changes: 3 additions & 3 deletions private/test/src/matrix-node/Embedded.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ describe("Embedded", () => {
);
});

it.todo("works without a JWT", async () => {
it("works without a JWT", async () => {
const result = await client
.withPrincipal({
id: "me@example.com",
Expand Down Expand Up @@ -1182,7 +1182,7 @@ describe("Embedded", () => {
);
});

it.todo("works without a JWT", async () => {
it("works without a JWT", async () => {
const response = await client
.withPrincipal({
id: "me@example.com",
Expand Down Expand Up @@ -1466,7 +1466,7 @@ describe("Embedded", () => {
expect(allowed).toBe(true);
});

it.todo("works without a JWT", async () => {
it("works without a JWT", async () => {
const allowed = await client
.withPrincipal({
id: "me@example.com",
Expand Down

0 comments on commit 38612c1

Please sign in to comment.