From 2606e64e5ee31a515314c725c26349ea05405316 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Tue, 30 Apr 2019 15:07:32 -0600 Subject: [PATCH] Mark tests as passing again Something has changed under the hood here and the test is now working again. Fix things. Change-Id: I15d3618c1b56b20af772e89385d5e450bb654ccb Signed-off-by: Stephen Finucane --- tests/test_flask.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/test_flask.py b/tests/test_flask.py index f039f45..568b12d 100644 --- a/tests/test_flask.py +++ b/tests/test_flask.py @@ -160,11 +160,6 @@ class FlaskrTestCase(unittest.TestCase): b"server." b"") - # NOTE(cdent): For reasons unclear, 'r' here has no value on data - # even though it does earlier in the stack. If works with Werkzeug - # <0.14.0 but not after. As WSME does not have test-requirement, nor - # pinning, so not a lot to do here. - @unittest.expectedFailure def test_custom_non_http_clientside_error(self): r = self.app.get( '/models/test/custom-error',