From a8eb9faf5b53da4055070c385f9c35f63472d663 Mon Sep 17 00:00:00 2001 From: bneradt Date: Fri, 29 Jan 2021 17:37:10 +0000 Subject: [PATCH] Update to the new MicroServer 1.0.6 release The new MicroServer 1.0.6 release has the following: 1. Fixes a bug in response body generation to POST requests. 2. Implements the handling of non-existent parts of keys in transactions. --- tests/Pipfile | 2 +- tests/gold_tests/h2/gold/post_chunked.gold | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Pipfile b/tests/Pipfile index e40e3b21a9b..727ea1e6535 100644 --- a/tests/Pipfile +++ b/tests/Pipfile @@ -32,7 +32,7 @@ dnslib = "*" requests = "*" gunicorn = "*" httpbin = "*" -microserver = ">=1.0.5" +microserver = ">=1.0.6" jsonschema = "*" python-jose = "*" diff --git a/tests/gold_tests/h2/gold/post_chunked.gold b/tests/gold_tests/h2/gold/post_chunked.gold index 0ff06d17219..ad471007bd7 100644 --- a/tests/gold_tests/h2/gold/post_chunked.gold +++ b/tests/gold_tests/h2/gold/post_chunked.gold @@ -1 +1 @@ -abbbbbbbbb \ No newline at end of file +0123456789 \ No newline at end of file