mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 04:10:44 -03:30
Fix system tracking test
This commit is contained in:
parent
9526975318
commit
32580e2ffd
@ -23,12 +23,19 @@ describeModule(systemTracking.name)
|
||||
}
|
||||
};
|
||||
|
||||
var actual = service.getVersion(host_id, module, start, end);
|
||||
var actual = service.getVersion(
|
||||
{ hostId: host_id,
|
||||
moduleName: module,
|
||||
dateRange:
|
||||
{ from: start,
|
||||
to: end
|
||||
}
|
||||
});
|
||||
|
||||
restStub.succeed(result);
|
||||
restStub.flush();
|
||||
|
||||
return expect(actual).to.eventually.equal(version[0]);
|
||||
return expect(actual).to.eventually.equal(version);
|
||||
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user