Skip to content

Commit

Permalink
🧹 Fix accidentally committed test restriction.
Browse files Browse the repository at this point in the history
I need to get my git hook that blocks this active again.
  • Loading branch information
klondikemarlen committed May 23, 2024
1 parent e1ccc9e commit 980404b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/tests/policies/access-requests-policy.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ describe("api/src/policies/access-requests-policy.ts", () => {
}
)

test.only("when user role is `data_owner`, it returns only records where the user is the dataset owner", async () => {
test("when user role is `data_owner`, it returns only records where the user is the dataset owner", async () => {
// Arrange
const role = roleFactory.build({ role: RoleTypes.DATA_OWNER })
const requestingUser = await userFactory
Expand Down

0 comments on commit 980404b

Please sign in to comment.