test: fix typo

This commit is contained in:
wolfyeva 2022-05-18 16:08:15 +08:00
parent 0aa761db7c
commit af6284a111

View file

@ -58,6 +58,7 @@ from compose_viz.extends import Extends
])), ])),
('tests/in/000100.yaml',Compose([ ('tests/in/000100.yaml',Compose([
Service( Service(
name='web',
ports=['8000:5000'], ports=['8000:5000'],
), ),
Service( Service(