mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
tests.unit.config: Make make_service_dict working dir argument optional.
Signed-off-by: Antony MECHIN <antony.mechin@docker.com>
This commit is contained in:
parent
c5d5d42158
commit
62aeb767d3
@ -42,7 +42,7 @@ from tests import unittest
|
||||
DEFAULT_VERSION = V2_0
|
||||
|
||||
|
||||
def make_service_dict(name, service_dict, working_dir, filename=None):
|
||||
def make_service_dict(name, service_dict, working_dir='.', filename=None):
|
||||
"""Test helper function to construct a ServiceExtendsResolver
|
||||
"""
|
||||
resolver = config.ServiceExtendsResolver(
|
||||
|
Loading…
x
Reference in New Issue
Block a user