Skip to content

Commit

Permalink
Fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Nov 13, 2024
1 parent 8919da9 commit 0ba328c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/api/init_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func Test_observableCacheSkipper(t *testing.T) {
want: true,
}, {
name: "test 2",
path: "/v1/metrics",
path: "/metrics",
method: http.MethodGet,
want: true,
}, {
Expand Down

0 comments on commit 0ba328c

Please sign in to comment.