diff --git a/notebook/services/contents/tests/test_contents_api.py b/notebook/services/contents/tests/test_contents_api.py index 0a330cacc..60eadcae7 100644 --- a/notebook/services/contents/tests/test_contents_api.py +++ b/notebook/services/contents/tests/test_contents_api.py @@ -185,8 +185,6 @@ class APITest(NotebookTestBase): """Delete a directory at api_path, removing any contents.""" os_path = self.to_os_path(api_path) shutil.rmtree(os_path, ignore_errors=True) - with assert_http_error(400): - shutil.rmtree(u'å b') def delete_file(self, api_path): """Delete a file at the given path if it exists."""