Skip to content
This repository was archived by the owner on Jan 24, 2023. It is now read-only.

Commit a941663

Browse files
author
Александр Игоревич Корочкин
committed
Merge branch 'change-mget-output' of https://github.com/AlKorochkin/redistimeseries-py into change-mget-output
2 parents d4af98a + c8ce639 commit a941663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class RedisTimeSeriesTest(TestCase):
1111
def setUp(self):
1212
global rts
13-
rts = RedisTimeSeries(host='200.1.3.7', port=port)
13+
rts = RedisTimeSeries(port=port)
1414
rts.flushdb()
1515

1616
def testCreate(self):

0 commit comments

Comments
 (0)