From 7eb544c9ba4e19107ce6988d5044f2e1a1399dad Mon Sep 17 00:00:00 2001 From: wenyutang-ms Date: Tue, 9 Jul 2024 14:11:49 +0800 Subject: [PATCH] test: remove useless link from migration assets --- .../testAssets/v3Migration/happyPath/.fx/configs/config.dev.json | 1 - .../v3Migration/happyPath/.fx/configs/config.local.json | 1 - 2 files changed, 2 deletions(-) diff --git a/packages/fx-core/tests/core/middleware/testAssets/v3Migration/happyPath/.fx/configs/config.dev.json b/packages/fx-core/tests/core/middleware/testAssets/v3Migration/happyPath/.fx/configs/config.dev.json index df40a0feaed..871d6e44384 100644 --- a/packages/fx-core/tests/core/middleware/testAssets/v3Migration/happyPath/.fx/configs/config.dev.json +++ b/packages/fx-core/tests/core/middleware/testAssets/v3Migration/happyPath/.fx/configs/config.dev.json @@ -1,6 +1,5 @@ { "$schema": "https://aka.ms/teamsfx-env-config-schema", - "description": "You can customize the TeamsFx config for different environments. Visit https://aka.ms/teamsfx-env-config to learn more about this.", "manifest": { "appName": { "short": "testApp", diff --git a/packages/fx-core/tests/core/middleware/testAssets/v3Migration/happyPath/.fx/configs/config.local.json b/packages/fx-core/tests/core/middleware/testAssets/v3Migration/happyPath/.fx/configs/config.local.json index 710f559e5e0..acdc00abaf2 100644 --- a/packages/fx-core/tests/core/middleware/testAssets/v3Migration/happyPath/.fx/configs/config.local.json +++ b/packages/fx-core/tests/core/middleware/testAssets/v3Migration/happyPath/.fx/configs/config.local.json @@ -1,6 +1,5 @@ { "$schema": "https://aka.ms/teamsfx-env-config-schema", - "description": "You can customize the TeamsFx config for different environments. Visit https://aka.ms/teamsfx-env-config to learn more about this.", "manifest": { "appName": { "short": "testApp-local",