Skip to content

Commit 32588a7

Browse files
author
Henry Mollman
committed
Fixed test
1 parent 699e62f commit 32588a7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/container.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,13 +140,16 @@ describe 'container.sh'
140140
stub container::_start_cadvisor_container
141141
stub container::_start_node_exporter_container
142142
stub container::_start_swarm_container
143+
stub upstart::start_docker
144+
stub docker
143145

144146
it 'should start all required containers'
145147
container::start
146148
container::_start_registry_container::called
147149
container::_start_cadvisor_container::called
148150
container::_start_node_exporter_container::called
149151
container::_start_swarm_container::called
152+
upstart::start_docker::called
150153

151154
container::_start_registry_container::restore
152155
container::_start_cadvisor_container::restore

0 commit comments

Comments
 (0)