mirror of
https://github.com/ansible/awx.git
synced 2026-05-16 05:47:38 -02:30
fix logic error in test
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
import { getInventory, getInventoryNoSource } from '../fixtures';
|
import {
|
||||||
|
getInventory,
|
||||||
|
getInventoryNoSource,
|
||||||
|
getInventorySource,
|
||||||
|
} from '../fixtures';
|
||||||
|
|
||||||
let data;
|
let data;
|
||||||
|
|
||||||
@@ -7,6 +11,7 @@ module.exports = {
|
|||||||
const resources = [
|
const resources = [
|
||||||
getInventory('test-actions'),
|
getInventory('test-actions'),
|
||||||
getInventoryNoSource('test-actions'),
|
getInventoryNoSource('test-actions'),
|
||||||
|
getInventorySource('test-actions'),
|
||||||
];
|
];
|
||||||
|
|
||||||
Promise.all(resources)
|
Promise.all(resources)
|
||||||
|
|||||||
Reference in New Issue
Block a user