Skip to content

Commit

Permalink
Dont check description for pyparsing error
Browse files Browse the repository at this point in the history
Revert this commit when [1] is fixed.

[1] pyparsing/pyparsing#504
  • Loading branch information
tobias-urdin committed Nov 3, 2023
1 parent 1d987c8 commit 64fe102
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -645,7 +645,8 @@ tests:
$.code: 400
$.description.cause: "Invalid operations"
$.description.reason: "/^Fail to parse the operations string/"
$.description.detail: /^Expected \'\)\', found end of text \(at char 15\), \(line:1, col:16\)/
# TODO(tobias-urdin): Reenable this when https://github.com/pyparsing/pyparsing/issues/504 is fixed
#$.description.detail: /^Expected \'\)\', found end of text \(at char 15\), \(line:1, col:16\)/

- name: get invalid metric operations
POST: /v1/aggregates
Expand Down

0 comments on commit 64fe102

Please sign in to comment.