Skip to content

Commit

Permalink
test/forms/test: make title more explicit (#1382)
Browse files Browse the repository at this point in the history
Add `/test/` to the `describe()` string to make it clearer that this file is testing a specific set of endpoints.

Closes #1380
  • Loading branch information
alxndrsn authored Jan 29, 2025
1 parent 1b3ff65 commit be5d3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/api/forms/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const config = require('config');
const { testService } = require('../../setup');
const testData = require('../../../data/xml');

describe('api: /projects/:id/forms (testing drafts)', () => {
describe('api: /test/:key/projects/:id/forms (testing drafts)', () => {

////////////////////////////////////////////////////////////////////////////////
// DRAFT FORM TESTING
Expand Down

0 comments on commit be5d3aa

Please sign in to comment.