Skip to content

Commit 983e182

Browse files
authored
Remove 'only' from describe block for tests
1 parent db8391d commit 983e182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration-tests/org/createUserByOrg.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const expect = chai.expect
88
const constants = require('../constants.js')
99
const app = require('../../../src/index.js')
1010

11-
describe.only('Testing POST /api/registryOrg/:shortname/user endpoint', () => {
11+
describe('Testing POST /api/registryOrg/:shortname/user endpoint', () => {
1212
// Positive test
1313
it('Should create a new user in an organization', (done) => {
1414
const orgShortName = 'mitre'

0 commit comments

Comments
 (0)