Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: F.N. Claessen <[email protected]>
  • Loading branch information
Flix6x committed Jul 1, 2023
1 parent f857a3f commit ed7175b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flexmeasures/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def create( # noqa C901
if app.testing:
from fakeredis import FakeStrictRedis

redis_conn = FakeStrictRedis()
redis_conn = FakeStrictRedis(host="redis", port="1234")
else:
redis_conn = Redis(
app.config["FLEXMEASURES_REDIS_URL"],
Expand Down

0 comments on commit ed7175b

Please sign in to comment.