Skip to content

Commit

Permalink
Fix loki integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
wildum committed Oct 18, 2024
1 parent a4a8e0f commit 9eede4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/stretchr/testify/assert"
)

const query = "http://localhost:3100/loki/api/v1/query?query={test_name=%22read_log_file%22}"
const query = "http://localhost:3100/loki/api/v1/query_range?query={test_name=%22read_log_file%22}"

func TestReadLogFile(t *testing.T) {
var logResponse common.LogResponse
Expand Down

0 comments on commit 9eede4d

Please sign in to comment.