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:
parent
1d73d6e504
commit
2606e64e5e
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user