Skip to content

Commit 851509a

Browse files
committed
chore: updates after review
1 parent e626b04 commit 851509a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/e2e/respect/replacements/replacements.arazzo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ workflows:
4242
operationId: createOrder
4343
requestBody:
4444
contentType: application/x-www-form-urlencoded
45-
payload: customerName={$steps.first-step.outputs.menu#/object}&location=Lviv"
45+
payload: customerName={$steps.first-step.outputs.menu#/object}&location=Lviv
4646
replacements:
4747
- target: /location
4848
value: 'New York'

tests/e2e/respect/server-override-with-console-parameters/server-override-with-console-parameters.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { getCommandOutput, getParams } from '../../helpers.js';
55

66
const __dirname = dirname(fileURLToPath(import.meta.url));
77

8-
// Snapshot is intentionally should show failed request to cafe-api-bad-endpoint
8+
// Snapshot intentionally shows a failed request to cafe-api-bad-endpoint
99
test('should use server override from CLI and env', () => {
1010
process.env.REDOCLY_CLI_RESPECT_SERVER =
1111
'cafe-api=https://cafe-api-bad-endpoint.com/cafe-api-bad-endpoint,menu-from-cafe-api=https://api.cafe.redocly.com';

0 commit comments

Comments
 (0)