mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 09:51:09 +03:00
move search tag test
This commit is contained in:
parent
cf68df41d5
commit
1362b444f2
@ -38,6 +38,7 @@ const checkTags = (client, tags) => {
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
before: (client, done) => {
|
before: (client, done) => {
|
||||||
const resources = range(25).map(n => getAdminMachineCredential(`test-search-${n}`));
|
const resources = range(25).map(n => getAdminMachineCredential(`test-search-${n}`));
|
||||||
|
|
||||||
Promise.all(resources).then(done);
|
Promise.all(resources).then(done);
|
||||||
},
|
},
|
||||||
'add and remove search tags': client => {
|
'add and remove search tags': client => {
|
||||||
@ -120,4 +121,4 @@ module.exports = {
|
|||||||
|
|
||||||
client.end();
|
client.end();
|
||||||
},
|
},
|
||||||
};
|
};
|
Loading…
Reference in New Issue
Block a user