Fix method signature. (#1172)

This commit is contained in:
Felix Fontein 2025-10-15 21:55:11 +02:00 committed by GitHub
parent 325cbfac73
commit f3455f9c09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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