Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
wintonzheng committed Sep 11, 2023
1 parent 9153cb7 commit 6857098
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def __init__(self):
entity_store={},
events=[],
feature_map=FeatureMap(feature_map={}),
model_score_map={},
),
)
return await pipeline.execute(request)
Expand Down
2 changes: 2 additions & 0 deletions tests/scenarios/test_product_ranking.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ async def test_hydrate(mock_redis):
json=json_input,
headers={},
entity_store={},
model_score_map={},
events=[],
feature_map=FeatureMap(feature_map={}),
)
Expand Down Expand Up @@ -447,6 +448,7 @@ async def test_hydrate__duplicate_brand(mock_redis__duplicate_brand):
entity_store={},
events=[],
feature_map=FeatureMap(feature_map={}),
model_score_map={},
)
request_context.set(test_wyvern_request)

Expand Down

0 comments on commit 6857098

Please sign in to comment.