From 7cc92c4421a5c5a4a12031101add293a597c6cf5 Mon Sep 17 00:00:00 2001 From: Kathleen Tuite Date: Wed, 12 Jun 2024 09:53:30 -0700 Subject: [PATCH] Forgot to remove .only (#1153) --- test/integration/api/datasets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/api/datasets.js b/test/integration/api/datasets.js index f089954e3..b115002fb 100644 --- a/test/integration/api/datasets.js +++ b/test/integration/api/datasets.js @@ -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')`);