diff --git a/src/tests/Environment/__snapshots__/ExtensionDownloaderTest__test_valid_ur_extensions__1.json b/src/tests/Environment/__snapshots__/ExtensionDownloaderTest__test_valid_ur_extensions__1.json index f5c26278..74d50863 100644 --- a/src/tests/Environment/__snapshots__/ExtensionDownloaderTest__test_valid_ur_extensions__1.json +++ b/src/tests/Environment/__snapshots__/ExtensionDownloaderTest__test_valid_ur_extensions__1.json @@ -1,18 +1,18 @@ { "http:\/\/example.com\/plugin.zip": { - "extension_identifier": "http:\/\/example.com\/plugin.zip", + "extension_identifier": "1a0542ad87fe4c3f2b949ff7fcebdd02", "type": "plugin", "handler": "QIT_CLI\\Environment\\ExtensionDownload\\Handlers\\URLHandler", "path": "", "version": "undefined", - "download_url": null + "download_url": "http:\/\/example.com\/plugin.zip" }, "https:\/\/example.com\/plugin2.zip": { - "extension_identifier": "https:\/\/example.com\/plugin2.zip", + "extension_identifier": "414dd101454aa1fdae474005c0824121", "type": "plugin", "handler": "QIT_CLI\\Environment\\ExtensionDownload\\Handlers\\URLHandler", "path": "", "version": "undefined", - "download_url": null + "download_url": "https:\/\/example.com\/plugin2.zip" } } diff --git a/src/tests/__snapshots__/EnvInfoTests__test_serialize_env_info__1.json b/src/tests/__snapshots__/EnvInfoTests__test_serialize_env_info__1.json index c2ae36a3..8e1bdbcf 100644 --- a/src/tests/__snapshots__/EnvInfoTests__test_serialize_env_info__1.json +++ b/src/tests/__snapshots__/EnvInfoTests__test_serialize_env_info__1.json @@ -5,7 +5,6 @@ "status": "running", "env_id": "Normalized", "volumes": [], - "volume_flags": [], "docker_images": [ "test1", "test2" diff --git a/src/tests/__snapshots__/EnvironmentMonitorTest__test_environment_add__1.json b/src/tests/__snapshots__/EnvironmentMonitorTest__test_environment_add__1.json index 54ae1626..c596770c 100644 --- a/src/tests/__snapshots__/EnvironmentMonitorTest__test_environment_add__1.json +++ b/src/tests/__snapshots__/EnvironmentMonitorTest__test_environment_add__1.json @@ -6,7 +6,6 @@ "status": "pending", "env_id": 1234567890, "volumes": [], - "volume_flags": [], "docker_images": [], "php_extensions": [], "plugins": [], diff --git a/src/tests/__snapshots__/EnvironmentMonitorTest__test_environment_adds_multiple__1.json b/src/tests/__snapshots__/EnvironmentMonitorTest__test_environment_adds_multiple__1.json index 751a6b01..232253b8 100644 --- a/src/tests/__snapshots__/EnvironmentMonitorTest__test_environment_adds_multiple__1.json +++ b/src/tests/__snapshots__/EnvironmentMonitorTest__test_environment_adds_multiple__1.json @@ -6,7 +6,6 @@ "status": "pending", "env_id": 1234567890, "volumes": [], - "volume_flags": [], "docker_images": [], "php_extensions": [], "plugins": [], diff --git a/src/tests/__snapshots__/EnvironmentMonitorTest__test_environment_stops_with_multiple__1.json b/src/tests/__snapshots__/EnvironmentMonitorTest__test_environment_stops_with_multiple__1.json index e43c039f..ec6170fd 100644 --- a/src/tests/__snapshots__/EnvironmentMonitorTest__test_environment_stops_with_multiple__1.json +++ b/src/tests/__snapshots__/EnvironmentMonitorTest__test_environment_stops_with_multiple__1.json @@ -6,7 +6,6 @@ "status": "running", "env_id": 1234567890, "volumes": [], - "volume_flags": [], "docker_images": [], "php_extensions": [], "plugins": [], diff --git a/src/tests/__snapshots__/EnvironmentMonitorTest__test_environment_updated__1.json b/src/tests/__snapshots__/EnvironmentMonitorTest__test_environment_updated__1.json index 440baacd..034a0827 100644 --- a/src/tests/__snapshots__/EnvironmentMonitorTest__test_environment_updated__1.json +++ b/src/tests/__snapshots__/EnvironmentMonitorTest__test_environment_updated__1.json @@ -6,7 +6,6 @@ "status": "running", "env_id": 1234567890, "volumes": [], - "volume_flags": [], "docker_images": [], "php_extensions": [], "plugins": [], diff --git a/src/tests/__snapshots__/EnvironmentMonitorTest__test_makes_env_info_from_path__1.json b/src/tests/__snapshots__/EnvironmentMonitorTest__test_makes_env_info_from_path__1.json index 0c739b49..b38f0d62 100644 --- a/src/tests/__snapshots__/EnvironmentMonitorTest__test_makes_env_info_from_path__1.json +++ b/src/tests/__snapshots__/EnvironmentMonitorTest__test_makes_env_info_from_path__1.json @@ -5,7 +5,6 @@ "status": "pending", "env_id": 1234567890, "volumes": [], - "volume_flags": [], "docker_images": [], "php_extensions": [], "plugins": [],