Skip to content

Commit

Permalink
remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Dec 8, 2024
1 parent bd4b79c commit 1e0e166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/api/submissions.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const withSimpleIds = (deprecatedId, instanceId) => testData.instances.simple.on
const withBinaryIds = (deprecatedId, instanceId) => testData.instances.binaryType.both
.replace('both</instance', `${instanceId}</instanceID><deprecatedID>${deprecatedId}</deprecated`);

describe.only('api: /submission', () => {
describe('api: /submission', () => {
describe('HEAD', () => {
it('should return a 204 with no content', testService((service) =>
service.head('/v1/projects/1/submission')
Expand Down Expand Up @@ -989,7 +989,7 @@ describe.only('api: /submission', () => {
});
});

describe.only('api: /forms/:id/submissions', () => {
describe('api: /forms/:id/submissions', () => {
describe('POST', () => {
it('should return notfound if the form does not exist', testService((service) =>
service.login('alice', (asAlice) =>
Expand Down

0 comments on commit 1e0e166

Please sign in to comment.