X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Fconsumer.py;h=9b3230fefb764b4fb53dee23ef2f287e388aeca3;hb=da9f75774d6ba181865e59e3d9a627a4d9dafe0e;hp=6618f615224517ef96e71119fa4f4d67f2cf490b;hpb=011b1f8b9d28462d24e210c6020ba6c4138abf9f;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__':