Skip to content

Commit

Permalink
Fix iso test
Browse files Browse the repository at this point in the history
  • Loading branch information
jotak committed Nov 7, 2023
1 parent 5c609c7 commit 60c92c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/flowcollector_controller_iso_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func flowCollectorIsoSpecs() {
Mode: flowslatest.LokiModeManual,
Manual: flowslatest.LokiManualParams{
IngesterURL: "http://loki",
QuerierURL: "",
QuerierURL: "http://loki",
StatusURL: "",
TenantID: "test",
AuthToken: "DISABLED",
Expand Down

0 comments on commit 60c92c2

Please sign in to comment.