Skip to content

Commit

Permalink
fix: unescaped left brace in test file (#10120)
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyDluffy6017 authored Sep 4, 2023
1 parent 5864543 commit 35349ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/secret/vault.t
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ value
--- request
GET /t
--- response_body_like
failed to decode result, res: {\"errors\":\[\"permission denied\"\]}\n
failed to decode result, res: \{\"errors\":\[\"permission denied\"\]}\n
Expand All @@ -235,4 +235,4 @@ failed to decode result, res: {\"errors\":\[\"permission denied\"\]}\n
--- request
GET /t
--- response_body_like
failed to decode result, res: {\"errors\":\[\"permission denied\"\]}\n
failed to decode result, res: \{\"errors\":\[\"permission denied\"\]}\n

0 comments on commit 35349ef

Please sign in to comment.