Skip to content

Commit

Permalink
Update src/plugins/assert/assertHttpRegionParser.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Andreas Weber <[email protected]>
  • Loading branch information
mondhs and AnWeber committed Sep 9, 2023
1 parent e83f9ab commit 58bb0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/assert/assertHttpRegionParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export async function parseAssertLine(
symbols: [
{
name: `assert ${match.groups.type}`,
description: match.groups.value ?? "script",
description: `${match.groups.predicate} ${match.groups.expected || ''}`.trim(),
kind: models.HttpSymbolKind.script,
startLine: next.value.line,
startOffset: 0,
Expand Down

0 comments on commit 58bb0d9

Please sign in to comment.