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([
Service(
name='web',
ports=['8000:5000'],
),
Service(