Skip to content

Commit 5d55c13

Browse files
author
ecfan
committed
Fix Acrolinx issues
1 parent af44a04 commit 5d55c13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/logic-apps/test-logic-apps-mock-data-static-results.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 07/09/2024
1212

1313
[!INCLUDE [logic-apps-sku-consumption-standard](../../includes/logic-apps-sku-consumption-standard.md)]
1414

15-
To test your workflow without affecting your production environments, you can set up and return mock outputs, or *static results*, from your workflow operations. That way, you don't have to call or access your live apps, data, services, or systems. For example, you might want to test different action paths based on various conditions, force errors, provide specific message response bodies, or even try skipping some steps. Setting up mock results from an action doesn't run the operation, but returns the test oputput instead.
15+
To test your workflow without affecting your production environments, you can set up and return mock outputs, or *static results*, from your workflow operations. That way, you don't have to call or access your live apps, data, services, or systems. For example, you might want to test different action paths based on various conditions, force errors, provide specific message response bodies, or even try skipping some steps. Setting up mock results from an action doesn't run the operation, but returns the test output instead.
1616

1717
For example, if you set up mock outputs for the Outlook 365 send mail action, Azure Logic Apps just returns the mock outputs that you provided, rather than call Outlook and send an email.
1818

@@ -63,7 +63,7 @@ This guide shows how to set up mock outputs for an action in a Consumption or St
6363

6464
1. In the [Azure portal](https://portal.azure.com), open your Consumption logic app workflow in the designer.
6565

66-
1. On the designer, select the action where you want to return mock outputs, which shows the action information pane.
66+
1. On the designer, select the action where you want to return mock outputs.
6767

6868
1. On the action information pane, select **Testing**, for example:
6969

@@ -98,7 +98,7 @@ This guide shows how to set up mock outputs for an action in a Consumption or St
9898

9999
1. In the [Azure portal](https://portal.azure.com), open your Standard logic app workflow in the designer.
100100

101-
1. On the designer, select the action where you want to return mock outputs, which shows the action information pane.
101+
1. On the designer, select the action where you want to return mock outputs.
102102

103103
1. On the action information pane, select **Testing**, for example:
104104

0 commit comments

Comments
 (0)