Skip to content

Commit

Permalink
* Fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RushiT0122 committed Jan 29, 2025
1 parent 605436f commit 2393675
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions tests/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -551,9 +551,6 @@ def expected_metadata(self):
'OrderShare': incremental_last_modified,
'OrgDeleteRequest': default, # new
'OrgDeleteRequestShare': incremental_last_modified, # new
'OrgMetric': default, # new
'OrgMetricScanResult': default, # new
'OrgMetricScanSummary': default, # new
'OrgWideEmailAddress': default,
'Organization': default,
'PackageLicense': default, # new
Expand Down Expand Up @@ -1098,7 +1095,6 @@ def expected_metadata(self):
'ExtlClntAppOauthSetAttr': default,
'LocationShippingCarrierMethod': default,
'DeliveryEstimationSetupHistory': incremental_created_date

}

def rest_only_streams(self):
Expand Down
3 changes: 0 additions & 3 deletions tests/sfbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -542,9 +542,6 @@ def expected_metadata():
'OrderShare': incremental_last_modified,
'OrgDeleteRequest': default, # new
'OrgDeleteRequestShare': incremental_last_modified, # new
'OrgMetric': default, # new
'OrgMetricScanResult': default, # new
'OrgMetricScanSummary': default, # new
'OrgWideEmailAddress': default,
'Organization': default,
'PackageLicense': default, # new
Expand Down

0 comments on commit 2393675

Please sign in to comment.