mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 21:51:26 -03:30
fix logic error in test
This commit is contained in:
parent
5586b5c645
commit
404950104b
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user