This line in the unit test get flagged by -Werror which is enabled by
default when compiling the unit tests in a container based environment.
Examining the code the warning appears correct and it should be enough
to just remove this variable.
Signed-off-by: John Mulligan <jmulligan@redhat.com>