mirror of
https://github.com/docker/docs.git
synced 2026-03-30 07:48:52 +07:00
It was mocking self.client but relying on the call to utils.create_host_config which was not mocked. So now that function has moved to also be on self.client we need to redefine the test boundary, up to where we would call docker-py, not the result of docker-py. Signed-off-by: Mazz Mosley <mazz@houseofmnowster.com>