Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiasac committed Sep 24, 2024
1 parent 828d79d commit 7d77b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connector/internal/collection_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ var testCases = []struct {
{Key: "abs", Value: true},
},
},
QueryString: `abs(max(sum by (job) (go_gc_duration_seconds{instance=~"localhost:9090|node-exporter:9100",job="node"} offset 5m0s))) >= 0`,
QueryString: `abs(max(sum by (job) (go_gc_duration_seconds{instance=~"localhost:9090|node-exporter:9100",job="node"} offset 5m0s))) >= 0.000000`,
},
}

Expand Down

0 comments on commit 7d77b42

Please sign in to comment.