Skip to content

Commit

Permalink
Fix minor issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravi Pratap Singh committed Aug 17, 2024
1 parent 86e7836 commit c843716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/utils/test_compliance_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def sddc_manager_pillar():
def esxi_pillar():
return {
"vcenter": vcenter_pillar().get("vcenter"),
"sddc_manager": sddc_maanger_pillar().get("sddc_manager"),
"sddc_manager": sddc_manager_pillar().get("sddc_manager"),
}


Expand Down

0 comments on commit c843716

Please sign in to comment.