Complete
Details
Assignee
CalebCalebReporter
CalebCalebLabels
Components
Fix versions
Affects versions
Priority
Low
Details
Details
Assignee
Caleb
CalebReporter
Caleb
CalebLabels
Components
Fix versions
Affects versions
Priority
More fields
More fields
More fields
Katalon Platform
Katalon Platform
Katalon Platform
Created February 25, 2021 at 6:30 PM
Updated July 1, 2022 at 5:13 PM
Resolved February 25, 2021 at 7:08 PM
The class attributes HA_MODE and HA_LICENSED are not working properly in the FailoverService class.
The `def licensed()` and the `def ha_mode()` methods are updating the instance attribute of this class instead of the class wide attribute.
Since the instance attribute of a class takes precedence over a class attribute, the values were not being updated properly.