mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 22:37:41 -02:30
move search tag test
This commit is contained in:
@@ -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();
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user