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