mirror of
https://github.com/docker/compose.git
synced 2026-07-02 22:26:55 +00:00
test update - remove 'placement' from unsupported fields
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
This commit is contained in:
parent
391e5a6bc2
commit
09c80ce49b
1 changed files with 0 additions and 1 deletions
|
|
@ -3637,7 +3637,6 @@ class InterpolationTest(unittest.TestCase):
|
|||
assert 'labels' in warn_message
|
||||
assert 'endpoint_mode' in warn_message
|
||||
assert 'update_config' in warn_message
|
||||
assert 'placement' in warn_message
|
||||
assert 'resources.reservations.cpus' in warn_message
|
||||
assert 'restart_policy.delay' in warn_message
|
||||
assert 'restart_policy.window' in warn_message
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue