Skip to content

Commit bb86857

Browse files
committed
Fix
Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
1 parent d5ee116 commit bb86857

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ test-python-universal-postgres-online:
209209
test-python-universal-cassandra:
210210
PYTHONPATH='.' \
211211
FULL_REPO_CONFIGS_MODULE=sdk.python.feast.infra.online_stores.contrib.cassandra_repo_configuration \
212-
PYTEST_PLUGINS=sdk.python.tests.integration.feature_repos.universal.online_store \
212+
PYTEST_PLUGINS=sdk.python.tests.integration.feature_repos.universal.online_store.cassandra \
213213
FEAST_USAGE=False \
214214
IS_TEST=True \
215215
python -m pytest -x --integration \
@@ -218,7 +218,7 @@ test-python-universal-cassandra:
218218
test-python-universal-cassandra-no-cloud-providers:
219219
PYTHONPATH='.' \
220220
FULL_REPO_CONFIGS_MODULE=sdk.python.feast.infra.online_stores.contrib.cassandra_repo_configuration \
221-
PYTEST_PLUGINS=sdk.python.tests.integration.feature_repos.universal.online_store \
221+
PYTEST_PLUGINS=sdk.python.tests.integration.feature_repos.universal.online_store.cassandra \
222222
FEAST_USAGE=False \
223223
IS_TEST=True \
224224
python -m pytest -x --integration \

docs/how-to-guides/customizing-feast/adding-support-for-a-new-online-store.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ class RedisOnlineStoreCreator(OnlineStoreCreator):
379379
test-python-universal-cassandra:
380380
PYTHONPATH='.' \
381381
FULL_REPO_CONFIGS_MODULE=sdk.python.feast.infra.online_stores.contrib.cassandra_repo_configuration \
382-
PYTEST_PLUGINS=sdk.python.tests.integration.feature_repos.universal.online_store \
382+
PYTEST_PLUGINS=sdk.python.tests.integration.feature_repos.universal.online_store.cassandra \
383383
FEAST_USAGE=False \
384384
IS_TEST=True \
385385
python -m pytest -x --integration \

0 commit comments

Comments
 (0)