Skip to content

Commit

Permalink
Fix sync canary tests
Browse files Browse the repository at this point in the history
  • Loading branch information
prijendev committed Oct 30, 2024
1 parent f52fd14 commit be341a9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/sfbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -1204,23 +1204,13 @@ def count_custom_non_custom_fields(fields):
def get_streams_with_data():
#the streams listed here are the streams that have data currently
streams_with_data = {
'ContentWorkspacePermission',
'CampaignMemberStatus',
'Community',
'Contact',
'Case',
'ClientBrowser',
'ContentWorkspace',

# removing form the list has not getting any data
# 'LightningUsageByFlexiPageMetrics',
# 'LightningUsageByAppTypeMetrics',
# 'LightningUsageByBrowserMetrics',
# 'LightningUsageByPageMetrics',
# 'LightningToggleMetrics',
# 'LightningExitByPageMetrics',

'ContentWorkspace',
'CronTrigger',
'ContentWorkspacePermission',
'CronJobDetail',
Expand Down

0 comments on commit be341a9

Please sign in to comment.