mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
A constructor signature has changed between 4.8 and 4.9+ branches which caused failure in a unit test introduced by PR #1694. This fixes the unit test by passing null as the additional parameter (the test does not need instantiated object). Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>