Skip to content

Commit

Permalink
Run all fields test for Account stream only
Browse files Browse the repository at this point in the history
  • Loading branch information
prijendev committed Jan 21, 2025
1 parent 327a6fd commit c765c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_zuora_all_fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def run_test(self, api_type):
self.zuora_api_type = api_type

# Streams to verify all fields tests
expected_streams = {"RefundTransactionLog", "Account"}
expected_streams = {"Account"}

expected_automatic_fields = self.expected_automatic_fields()
conn_id = connections.ensure_connection(self, original_properties=False)
Expand Down

0 comments on commit c765c52

Please sign in to comment.