Skip to content

Commit

Permalink
chore: Updated test to include join_key (#4587)
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
  • Loading branch information
franciscojavierarceo authored Sep 30, 2024
1 parent 2ef8dac commit 43c49e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/tests/unit/online_store/test_online_writes.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def test_view(inputs: dict[str, Any]) -> dict[str, Any]:
]
)
# after apply() join_keys is [driver]
assert driver_stats_fv.join_keys == [driver]
assert driver_stats_fv.join_keys == [driver.join_key]
self.store.write_to_online_store(
feature_view_name="driver_hourly_stats", df=driver_df
)
Expand Down

0 comments on commit 43c49e2

Please sign in to comment.