From 56d8c6aaa7e32630283b9300e542aca1d6a5f7d0 Mon Sep 17 00:00:00 2001 From: uccu Date: Sat, 21 May 2022 22:13:48 +0800 Subject: [PATCH] fix: fix 011100 test case error --- tests/test_parse_file.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_parse_file.py b/tests/test_parse_file.py index 8524e58..f9f63ad 100644 --- a/tests/test_parse_file.py +++ b/tests/test_parse_file.py @@ -670,10 +670,12 @@ from compose_viz.volume import Volume, VolumeType Service( name="frontend", image="awesome/webapp", + ports=["8000:5000"], ), Service( name="monitoring", image="awesome/monitoring", + ports=["8000:5010"], volumes=[ Volume(source="db-data", target="/data"), Volume(