Skip to content

Commit 6cd3b00

Browse files
committed
cli test with port range testing
Signed-off-by: Yuval Kohavi <yuval.kohavi@gmail.com>
1 parent c1017a3 commit 6cd3b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/cli_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ def get_port(number, mock_stdout):
431431

432432
self.assertEqual(get_port(3000), container.get_local_port(3000))
433433
self.assertEqual(get_port(3001), "0.0.0.0:49152")
434-
self.assertEqual(get_port(3002), "")
434+
self.assertEqual(get_port(3002), "0.0.0.0:49153")
435435

436436
def test_env_file_relative_to_compose_file(self):
437437
config_path = os.path.abspath('tests/fixtures/env-file/docker-compose.yml')

0 commit comments

Comments
 (0)