Files
python-tempestconf/config_tempest/tempest_conf.py
Siamak Erami dc78c5aed4 Fix super() usage for proper initialization of config file
Correct the super().__init__(**kwargs) call to use Python 3's
super() without including 'self' following the inheritance model.
This change ensures proper initialization of the configuration file.

Story: 2011115
Task: 50024

Change-Id: I8675ffe5a6116eb031b6ea1b4aac4214f41421e0
2024-05-14 14:37:48 +00:00

6.8 KiB