Skip to content
Prev Previous commit
Next Next commit
fix output
  • Loading branch information
VipulMascarenhas committed Feb 16, 2024
commit e66505bfa2d278b94d833675d62a6665ec440285
4 changes: 2 additions & 2 deletions ads/aqua/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ def clear_compartments_list_cache(self) -> dict:
self._compartments_cache.pop(key=TENANCY_OCID)
res = {
"key": {
"compartment_id": TENANCY_OCID,
"tenancy_ocid": TENANCY_OCID,
},
"tenancy_ocid": True,
"cache_deleted": True,
}
return res