mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 00:08:44 -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 { post, patch } from '../api';
|
||||||
import {
|
import {
|
||||||
getOrCreate,
|
getOrCreate,
|
||||||
getProject,
|
getUpdatedProject,
|
||||||
getInventory
|
getInventory
|
||||||
} from '../fixtures';
|
} from '../fixtures';
|
||||||
|
|
||||||
@@ -10,7 +10,7 @@ let templateReferences = {};
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
before: (client, done) => {
|
before: (client, done) => {
|
||||||
const resources = [
|
const resources = [
|
||||||
getProject('test-launch-jt'),
|
getUpdatedProject('test-launch-jt'),
|
||||||
getInventory('test-launch-jt')
|
getInventory('test-launch-jt')
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user