make sure project is updated before test begins

This commit is contained in:
Jake McDermott 2018-06-22 13:09:52 -04:00
parent 2f2b19ffec
commit 9ae5ffc8ca
No known key found for this signature in database
GPG Key ID: 3B02CAD476EECB35

View File

@ -1,7 +1,7 @@
import { post, patch } from '../api';
import {
getOrCreate,
getProject,
getUpdatedProject,
getInventory
} from '../fixtures';
@ -10,7 +10,7 @@ let templateReferences = {};
module.exports = {
before: (client, done) => {
const resources = [
getProject('test-launch-jt'),
getUpdatedProject('test-launch-jt'),
getInventory('test-launch-jt')
];