mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03: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;
|
||||
|
||||
@@ -7,6 +11,7 @@ module.exports = {
|
||||
const resources = [
|
||||
getInventory('test-actions'),
|
||||
getInventoryNoSource('test-actions'),
|
||||
getInventorySource('test-actions'),
|
||||
];
|
||||
|
||||
Promise.all(resources)
|
||||
|
||||
Reference in New Issue
Block a user