Skip to content

Commit

Permalink
Forgot to remote .only
Browse files Browse the repository at this point in the history
  • Loading branch information
ktuite committed Jun 11, 2024
1 parent 3d868e1 commit 674ae24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/api/datasets.js
Original file line number Diff line number Diff line change
Expand Up @@ -3894,7 +3894,7 @@ describe('datasets and entities', () => {
}));
});

describe.only('dataset-specific verbs', () => {
describe('dataset-specific verbs', () => {
describe('dataset.create', () => {
it('should NOT allow a new form that creates a dataset without user having dataset.create verb', testServiceFullTrx(async (service, { run }) => {
await run(sql`UPDATE roles SET verbs = (verbs - 'dataset.create') WHERE system in ('manager')`);
Expand Down

0 comments on commit 674ae24

Please sign in to comment.