Skip to content

Commit a60c605

Browse files
committed
Merge branch 'master' into 5683-configurable-batching-feature-server-push
1 parent fbcc467 commit a60c605

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sdk/python/tests/unit/test_feature_server.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ def test_materialize_request_model():
224224
assert req2.start_ts == "2021-01-01T00:00:00"
225225
assert req2.end_ts == "2021-01-02T00:00:00"
226226

227+
227228
def _enable_offline_batching_config(
228229
fs, enabled: bool = True, batch_size: int = 1, batch_interval_seconds: int = 60
229230
):
@@ -461,6 +462,7 @@ def test_offline_batcher_interval_flush(mock_fs_factory):
461462
assert kwargs["to"] == PushMode.OFFLINE
462463
assert len(kwargs["df"]) == 2
463464

465+
464466
# Static Artifacts Tests
465467
@pytest.fixture
466468
def mock_store_with_static_artifacts(tmp_path):

0 commit comments

Comments
 (0)