mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
make sure project is updated before test begins
This commit is contained in:
parent
2f2b19ffec
commit
9ae5ffc8ca
@ -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')
|
||||
];
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user