mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 03:00:04 -03:30
make sure project is updated before test begins
This commit is contained in:
@@ -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')
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user