mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
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…
x
Reference in New Issue
Block a user