mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
Fix secret missing warning
Signed-off-by: ulyssessouza <ulyssessouza@gmail.com>
This commit is contained in:
parent
d7c7e21921
commit
eca358e2f0
2 changed files with 2 additions and 2 deletions
|
|
@ -922,6 +922,6 @@ class ProjectTest(unittest.TestCase):
|
|||
get_secrets(service, [secret], secret_defs)
|
||||
|
||||
mock_log.warning.assert_called_with("Service \"{service}\" uses an undefined secret file "
|
||||
"\"{secret_file}\", the following folder is created "
|
||||
"\"{secret_file}\", the following file should be created "
|
||||
"\"{secret_file}\""
|
||||
.format(service=service, secret_file=not_a_path))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue