Failed

tests.test_utils.test_get_topic_descriptors (from pytest)

Failing for the past 1 build (Since #77 )
Took 0 ms.

This test is unclaimed

Error Message

AttributeError: module 'application.utils' has no attribute 'get_topic_descriptors'

Stacktrace

def test_get_topic_descriptors():
        topics = [["very", "nice", "great", "success"]]
>       descriptors = list(utils.get_topic_descriptors(topics))
E       AttributeError: module 'application.utils' has no attribute 'get_topic_descriptors'

tests/test_utils.py:88: AttributeError