mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-18 11:55:46 +08:00
Update test
This commit is contained in:
parent
dcf077c2bf
commit
9e5ba0ccbe
@ -95,7 +95,7 @@ class FilesTest(NotebookTestBase):
|
||||
|
||||
r = self.request('GET', 'files/test.txt')
|
||||
self.assertEqual(r.status_code, 200)
|
||||
self.assertEqual(r.headers['content-type'], 'text/plain')
|
||||
self.assertEqual(r.headers['content-type'], 'text/plain; charset=UTF-8')
|
||||
self.assertEqual(r.text, 'foobar')
|
||||
|
||||
def test_download(self):
|
||||
|
Loading…
Reference in New Issue
Block a user