mirror of
https://github.com/ansible/awx.git
synced 2026-02-21 21:20:08 -03:30
use updated project when checking copy
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
import { getProject } from '../fixtures';
|
import { getUpdatedProject } from '../fixtures';
|
||||||
|
|
||||||
const data = {};
|
const data = {};
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
before: (client, done) => {
|
before: (client, done) => {
|
||||||
getProject('test-actions')
|
getUpdatedProject('test-actions')
|
||||||
.then(obj => { data.project = obj; })
|
.then(obj => { data.project = obj; })
|
||||||
.then(done);
|
.then(done);
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user