Fix assertion error
This commit is contained in:
parent
5da2c00419
commit
7e8f1053bb
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ class TestAppContext(TestFlask):
|
|||
c = app.test_client()
|
||||
res = c.get('/')
|
||||
assert res.status_code == 200
|
||||
assert res.data == u''
|
||||
assert res.data == b''
|
||||
assert called == ['request', 'app']
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue