Account for aliased links Fix failing tests Signed-off-by: John Harris <john@johnharris.io>
This commit is contained in:
parent
f7cd94d4a9
commit
f655a8af95
3 changed files with 7 additions and 5 deletions
2
tests/fixtures/extends/invalid-links.yml
vendored
2
tests/fixtures/extends/invalid-links.yml
vendored
|
|
@ -1,3 +1,5 @@
|
|||
mydb:
|
||||
build: '.'
|
||||
myweb:
|
||||
build: '.'
|
||||
extends:
|
||||
|
|
|
|||
|
|
@ -1366,7 +1366,7 @@ class ConfigTest(unittest.TestCase):
|
|||
build_config_details({
|
||||
'version': '2',
|
||||
'services': {
|
||||
'web': {'image': 'busybox', 'links': ['db']},
|
||||
'web': {'image': 'busybox', 'links': ['db:db']},
|
||||
},
|
||||
})
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue