Skip to content

Commit 63df87a

Browse files
committed
fix test
1 parent 445e889 commit 63df87a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/e2e/tests/backend/endpoints/api/v1/users.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ describe("without project access", () => {
99
projectKeys: "no-project",
1010
});
1111

12-
it.only("should not be able to read own user", async ({ expect }) => {
12+
it("should not be able to read own user", async ({ expect }) => {
1313
await backendContext.with({
1414
projectKeys: InternalProjectKeys,
1515
}, async () => {

0 commit comments

Comments
 (0)