Skip to content

Commit 5a8252b

Browse files
committed
RuntimeError(stderr)
1 parent 7d2ecfa commit 5a8252b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fixtures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ def get_topic_names(self):
637637
self.out("Failed to list topics!")
638638
self.out(stdout)
639639
self.out(stderr)
640-
raise RuntimeError("Failed to list topics!")
640+
raise RuntimeError(stderr)
641641
return stdout.decode().splitlines(False)
642642

643643
def create_topics(self, topic_names, num_partitions=None, replication_factor=None):

0 commit comments

Comments
 (0)