Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop authored Oct 9, 2023
1 parent c8c4fed commit 184f856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixtures/expected/file-git.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{
"name": "httpbin_2xx_count",
"type": "counter",
"value": "result.code == 200 ? 1 : 0",
"value": "code == 200 ? 1 : 0",
"labels": [
{
"name": "name",
Expand Down

0 comments on commit 184f856

Please sign in to comment.