From 8a5e86dfa764a1a3fa35e6e3713c92cbd11c4c5d Mon Sep 17 00:00:00 2001 From: Bai Date: Mon, 17 Jun 2024 10:39:38 +0800 Subject: [PATCH] fix: migrations assets 0003 json.loads error --- apps/assets/migrations/0003_auto_20180109_2331.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/assets/migrations/0003_auto_20180109_2331.py b/apps/assets/migrations/0003_auto_20180109_2331.py index 7034825b4..a4736ac20 100644 --- a/apps/assets/migrations/0003_auto_20180109_2331.py +++ b/apps/assets/migrations/0003_auto_20180109_2331.py @@ -666,7 +666,7 @@ platforms_data_json = '''[ "charset": "utf-8", "domain_enabled": true, "su_enabled": true, - "su_method: "enable“, + "su_method": "enable", "name": "Cisco", "automation": { "ansible_enabled": false, @@ -708,7 +708,7 @@ platforms_data_json = '''[ "charset": "utf-8", "domain_enabled": true, "su_enabled": true, - "su_method: "super“, + "su_method": "super", "name": "Huawei", "automation": { "ansible_enabled": false, @@ -750,7 +750,7 @@ platforms_data_json = '''[ "charset": "utf-8", "domain_enabled": true, "su_enabled": true, - "su_method: "super_level“, + "su_method": "super_level", "name": "H3C", "automation": { "ansible_enabled": false,