Skip to content

Commit

Permalink
add #356 test
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio committed Aug 27, 2020
1 parent 25263c9 commit 98ad9d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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';
Expand All @@ -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) =>
Expand Down
File renamed without changes.

0 comments on commit 98ad9d8

Please sign in to comment.