Skip to content

Commit

Permalink
fix for smoke tests as well due to ocean_type change
Browse files Browse the repository at this point in the history
  • Loading branch information
Arik Gortsunian authored and Arik Gortsunian committed Dec 24, 2024
1 parent 2cf63a4 commit a9161a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions port_ocean/core/integrations/mixins/sync_raw.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ async def _register_in_batches(
send_raw_data_examples_amount = (
SEND_RAW_DATA_EXAMPLES_AMOUNT if ocean.config.send_raw_data_examples else 0
)
all_entities, register_errors = await self._register_resource_raw(
all_entities, register_errors,_ = await self._register_resource_raw(
resource_config,
raw_results,
user_agent_type,
Expand All @@ -201,7 +201,7 @@ async def _register_in_batches(
0, send_raw_data_examples_amount - len(passed_entities)
)

entities, register_errors = await self._register_resource_raw(
entities, register_errors,_ = await self._register_resource_raw(
resource_config,
items,
user_agent_type,
Expand Down

0 comments on commit a9161a3

Please sign in to comment.