mirror of
https://github.com/docker/compose.git
synced 2026-07-03 14:53:58 +00: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue