Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 36d0287

Browse files
committed
fix awaitOnline in RefereeTest.test_saved_referee_decision
1 parent e5ddfe0 commit 36d0287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests2/test_referee.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def test_saved_referee_decision(self):
178178
print('#### up up(winner) || up')
179179
print('###########################')
180180
docker_api.containers.get('node2').start()
181-
self.awaitOnline("dbname=regression user=postgres host=127.0.0.1 port=15432")
181+
self.awaitOnline("dbname=regression user=postgres host=127.0.0.1 port=15433")
182182

183183
self.client.bgrun()
184184
time.sleep(3)

0 commit comments

Comments
 (0)