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 <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane 2019-04-30 15:07:32 -06:00
parent 1d73d6e504
commit 2606e64e5e
1 changed files with 0 additions and 5 deletions

View File

@ -160,11 +160,6 @@ class FlaskrTestCase(unittest.TestCase):
b"server."
b"</faultstring><debuginfo /></error>")
# 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',