We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 445e889 commit 63df87aCopy full SHA for 63df87a
1 file changed
apps/e2e/tests/backend/endpoints/api/v1/users.test.ts
@@ -9,7 +9,7 @@ describe("without project access", () => {
9
projectKeys: "no-project",
10
});
11
12
- it.only("should not be able to read own user", async ({ expect }) => {
+ it("should not be able to read own user", async ({ expect }) => {
13
await backendContext.with({
14
projectKeys: InternalProjectKeys,
15
}, async () => {
0 commit comments