Refer to this issue
This issue may, however, could potentially be closed since it does not fulfill linting if a solution is made.
Steps to reproduce
Create a test case and pass in a null uuid into getUuidFromString() in the Action.java file.
It should throw a NullPointerException
Expected behaviour
Throws InvalidHttpParameterException
Actual behaviour
Throws NullPointerException
**Additional info**
This was just a small issue when migrating test cases. I'll handle the issue.