Skip to content

Commit

Permalink
SMC-4512: removed only
Browse files Browse the repository at this point in the history
  • Loading branch information
southbite committed Nov 10, 2021
1 parent d22725d commit 4fbce17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/data/data-provider-get-failure.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const test = require('../../__fixtures/utils/test_helper').create();

describe.only(test.testName(__filename), function() {
describe(test.testName(__filename), function() {
[
{ name: 'allow-nested-deactivated', secure: true },
{ name: 'allow-nested-activated', secure: true, allowNestedPermissions: true }
Expand Down

0 comments on commit 4fbce17

Please sign in to comment.