Skip to content

Commit 0953657

Browse files
lmossmanCopilot
andauthored
Update airbyte_cdk/connector_builder/test_reader/helpers.py
Co-authored-by: Copilot <[email protected]>
1 parent 9f1b532 commit 0953657

File tree

1 file changed

+1
-1
lines changed
  • airbyte_cdk/connector_builder/test_reader

1 file changed

+1
-1
lines changed

airbyte_cdk/connector_builder/test_reader/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ def is_page_http_request_for_different_stream(
290290
"""
291291
return (
292292
is_page_http_request(json_message)
293-
and json_message.get("airbyte_cdk", {}).get("stream", {}).get("name", {}) != stream_name
293+
and json_message.get("airbyte_cdk", {}).get("stream", {}).get("name", "") != stream_name
294294
)
295295

296296

0 commit comments

Comments
 (0)