mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-29 21:40:13 +03:00
The create() method now calls _get_container_state() after creating the container to detect if the container is already running. Mock this method in all test_create_* tests so the new code path doesn't fail with KeyError: 'State' when the Docker.query mock response lacks a State field.