Remove positional argument from change list generaiton.

Signed-off-by: John <jonawals@amazon.com>
This commit is contained in:
John
2021-08-12 12:00:51 +01:00
parent 9601db55aa
commit 199273b880
+1 -1
View File
@@ -235,7 +235,7 @@ class TestImpact:
logger.error(f"Source commit '{self._src_commit}' and destination commit '{self._dst_commit}', implying the integrity of the historic data is compromised.")
persistent_storage = None
else:
self._attempt_to_generate_change_list(self._instance_id)
self._attempt_to_generate_change_list()
else:
logger.info("No historic data found.")