Skip to content

Commit 496fbc1

Browse files
authored
Add new Mosquitto version 2.1.2 to tests
This branch is a test to see if MosquittoContainer fails with existing tests when using version 2.1.2
1 parent 44dd40b commit 496fbc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/mqtt/tests/test_mosquitto.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from testcontainers.mqtt import MosquittoContainer
44

5-
VERSIONS = ["1.6.15", "2.0.18"]
5+
VERSIONS = ["1.6.15", "2.0.18", "2.1.2"]
66

77

88
@pytest.mark.parametrize("version", VERSIONS)

0 commit comments

Comments
 (0)