Skip to content

Commit

Permalink
clean up test
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Howley <[email protected]>
  • Loading branch information
robhowley committed Oct 18, 2024
1 parent 205046c commit d172157
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdk/python/tests/unit/test_feature_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def test_push_online_async_supported(online_write, push_mode, async_count, envir
)

provider = FooProvider.with_async_support(online_write=online_write)
print(provider.async_supported.online.write)
with patch.object(FeatureStore, "_get_provider", return_value=provider):
fs = environment.feature_store
fs.push = MagicMock()
Expand Down

0 comments on commit d172157

Please sign in to comment.