Skip to content

Commit

Permalink
test: also use localhost in Concentrate.Sink.MqttTest
Browse files Browse the repository at this point in the history
  • Loading branch information
lemald committed Dec 31, 2024
1 parent 73723f1 commit 9292616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/concentrate/sink/mqtt_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defmodule Concentrate.Sink.MqttTest do
prefix = "concentrate/test_sink/#{System.unique_integer()}/"

config = [
url: "mqtt://test.mosquitto.org",
url: "mqtt://localhost:1883",
prefix: prefix
]

Expand Down

0 comments on commit 9292616

Please sign in to comment.