Skip to content

Commit

Permalink
Fix pytest fail
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya-balachander committed Dec 12, 2023
1 parent 7217c7e commit ad971af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def retrieve_profile_api_instance():
project_config = MagicMock()
task_config = MagicMock()
org_config = MagicMock()
org_config.latest_api_version = "58.0"
project_config.config = {"project":{"package":{"api_version":"58.0"}}}
sf_mock.query.return_value = {"records": []}
api = RetrieveProfileApi(
project_config=project_config, org_config=org_config, task_config=task_config
Expand Down

0 comments on commit ad971af

Please sign in to comment.