Fix method signature.

This commit is contained in:
Felix Fontein 2025-10-15 21:31:49 +02:00
parent 325cbfac73
commit d9ef8372ba

View File

@ -202,7 +202,7 @@ class Engine(object):
pass
@abc.abstractmethod
def ignore_mismatching_result(self, module, client, api_version, option, image, container_value, expected_value):
def ignore_mismatching_result(self, module, client, api_version, option, image, container_value, expected_value, host_info):
pass
@abc.abstractmethod