Skip to content

Commit 3916302

Browse files
lint
1 parent 3c4bea6 commit 3916302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/mqtt/testcontainers/mqtt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def start(self, configfile: Optional[str] = None) -> Self:
121121
# default config file
122122
configfile = Path(__file__).parent / MosquittoContainer.CONFIG_FILE
123123
self.with_volume_mapping(configfile, "/mosquitto/config/mosquitto.conf")
124-
# since version 2.1.1 - 2026-02-04, which fixed a PUID/PGID issue, the container needs to write to the data directory,
124+
# since version 2.1.1 - 2026-02-04, which fixed a PUID/PGID issue, the container needs to write to the data directory,
125125
# so we mount it as tmpfs for better performance in tests
126126
self.with_tmpfs_mount("/data")
127127

0 commit comments

Comments
 (0)