mirror of https://github.com/docker/compose.git
Remove project.stop() in test
Signed-off-by: Henke Adolfsson <catears13@gmail.com>
This commit is contained in:
parent
87935893fc
commit
853215acf6
|
@ -1534,7 +1534,6 @@ class ProjectTest(DockerClientTestCase):
|
|||
config_data=config_data1,
|
||||
)
|
||||
project.up()
|
||||
project.stop()
|
||||
|
||||
# Then up with secret
|
||||
project = Project.from_config(
|
||||
|
|
Loading…
Reference in New Issue