From 184f8564ebe5fd7adf017149f05ef916f15bf7ea Mon Sep 17 00:00:00 2001 From: Moshe Immerman Date: Mon, 9 Oct 2023 14:01:41 +0300 Subject: [PATCH] chore: fix tests --- fixtures/expected/file-git.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fixtures/expected/file-git.json b/fixtures/expected/file-git.json index 15ecd4394..99862f312 100644 --- a/fixtures/expected/file-git.json +++ b/fixtures/expected/file-git.json @@ -27,7 +27,7 @@ { "name": "httpbin_2xx_count", "type": "counter", - "value": "result.code == 200 ? 1 : 0", + "value": "code == 200 ? 1 : 0", "labels": [ { "name": "name",