Skip to content

Commit

Permalink
Instead of taking the hard coded api version, take the api version fr…
Browse files Browse the repository at this point in the history
…om cumulusci.yml
  • Loading branch information
lakshmi2506 committed Feb 7, 2025
1 parent 4c88b7d commit 877a277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cumulusci/tasks/preflight/sobjects.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ class CheckSObjectsAvailable(BaseSalesforceApiTask):
action: error
message: "Enhanced Notes are not turned on."
"""
api_version = "48.0"

def _run_task(self):

self.return_values = {entry["name"] for entry in self.sf.describe()["sobjects"]}

self.logger.info(
Expand Down

0 comments on commit 877a277

Please sign in to comment.