Skip to content

Commit 45acb01

Browse files
committed
test: use an always-unsupported scheme now that kafka:// is
supported
1 parent 951bc8a commit 45acb01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def test_unsupported_broker_scheme_raises(self) -> None:
118118
from babelqueue import BabelQueueError
119119

120120
with self.assertRaises(BabelQueueError):
121-
BabelQueue("kafka://localhost:9092")
121+
BabelQueue("frobnicate://localhost:9092")
122122

123123

124124
if __name__ == "__main__":

0 commit comments

Comments
 (0)