Skip to content

Commit

Permalink
changed port due to conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
hyades committed Aug 30, 2013
1 parent 9c0c2ae commit 8c30251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-api/tests/integrationtests/test_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def test_compose_ports(self):
res = []
expected_result = []
for i in range(self.NUM):
video_port = (i+5)*1000
video_port = (i+7)*1000
expected_result.append([video_port+1]*self.NUM*self.FACTOR)
s = Server(path=PATH, video_port=video_port)
try:
Expand Down

0 comments on commit 8c30251

Please sign in to comment.