diff --git a/test/user.submitted/campaign.spec.ts b/test/issue.tests/356.campaign.spec.ts similarity index 92% rename from test/user.submitted/campaign.spec.ts rename to test/issue.tests/356.campaign.spec.ts index e644464d..6280a76d 100644 --- a/test/user.submitted/campaign.spec.ts +++ b/test/issue.tests/356.campaign.spec.ts @@ -1,6 +1,5 @@ import * as path from 'path'; import * as express from 'express'; -import { expect } from 'chai'; import * as request from 'supertest'; import { createApp } from '../common/app'; import * as packageJson from '../../package.json'; @@ -10,7 +9,7 @@ describe(packageJson.name, () => { before(async () => { // Set up the express app - const apiSpec = path.join(__dirname, 'campaign.yaml'); + const apiSpec = path.join(__dirname, '356.campaign.yaml'); app = await createApp({ apiSpec }, 3005, (app) => app.use( express.Router().post(`/campaign`, (req, res) => diff --git a/test/user.submitted/campaign.yaml b/test/issue.tests/356.campaign.yaml similarity index 100% rename from test/user.submitted/campaign.yaml rename to test/issue.tests/356.campaign.yaml