Skip to content

Commit

Permalink
fix list_destinations
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Dec 10, 2024
1 parent 6325a53 commit 1bdcab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/cloud/test_cloud_api_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def test_list_destinations(
assert (
result
and len(result) > 0
and all(isinstance(source, SourceResponse) for source in result)
and all(isinstance(destination, DestinationResponse) for destination in result)
)


Expand Down

0 comments on commit 1bdcab1

Please sign in to comment.