Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
Signed-off-by: DvirDukhan <dvir@redislabs.com>
  • Loading branch information
DvirDukhan committed Jul 13, 2021
1 parent 34e77db commit dabb549
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sdk/python/tests/test_cli_redis.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
import tempfile
from pathlib import Path
from textwrap import dedent
import redis

import pytest
import redis

from feast.feature_store import FeatureStore
from tests.cli_utils import CliRunner
Expand Down Expand Up @@ -95,7 +96,7 @@ def test_connection_error() -> None:

result = runner.run(["apply"], cwd=repo_path)
assert result.returncode == 0

# Redis does not support names for its databases.
with pytest.raises(redis.exceptions.ResponseError):
basic_rw_test(
Expand Down

0 comments on commit dabb549

Please sign in to comment.