X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Fconsumer.py;h=9b3230fefb764b4fb53dee23ef2f287e388aeca3;hb=caa8d5ecd481fcd39aa97c7a8a61bbac41c0893d;hp=6618f615224517ef96e71119fa4f4d67f2cf490b;hpb=86d6d5c7f226caea590256bad3493549690c26e7;p=doctor.git diff --git a/tests/consumer.py b/tests/consumer.py index 6618f615..9b3230fe 100644 --- a/tests/consumer.py +++ b/tests/consumer.py @@ -35,7 +35,7 @@ def get_args(): def main(): args = get_args() - app.run(host="0.0.0.0", port=args.port) + app.run(host="0.0.0.0", port=args.port, debug=True) if __name__ == '__main__':