Skip to content

Commit

Permalink
fix topic check in test
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasBousselin committed Jul 3, 2024
1 parent ed83af2 commit d207be0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class MqttNotificationServiceTest : WithMosquittoContainer {
clientId = "clientId",
username = "test",
),
topic = "/notification",
topic = "notification",
qos = 0,
message = MqttNotificationData.MqttMessage(getNotificationForSubscription(mqttSubscriptionV3), emptyMap())
)
Expand Down

0 comments on commit d207be0

Please sign in to comment.