Skip to content

Commit

Permalink
correct
Browse files Browse the repository at this point in the history
Signed-off-by: ISP akm <[email protected]>
  • Loading branch information
xygyo77 committed Oct 29, 2024
1 parent 9061a7c commit b4e0ea9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/test/runtime/test_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -822,9 +822,7 @@ def append_columns_and_return_rename_rule(records):
}
if merger_mock.append_columns_and_return_rename_rule.call_count == 2:
return {
f'{topic1}/source_timestamp': (
f'{topic1}/source_timestamp/0'
),
f'{topic1}/source_timestamp': f'{topic1}/source_timestamp/0',
f'{topic1}/callback_end_timestamp': f'{topic1}/callback_end_timestamp/0',
}
mocker.patch.object(
Expand Down

0 comments on commit b4e0ea9

Please sign in to comment.