From 31a6625e23c2d2ec4fc25d5f95e3ceeb58ef19c1 Mon Sep 17 00:00:00 2001 From: Kirit Thadaka Date: Tue, 5 Dec 2017 16:58:44 +0530 Subject: [PATCH] Fixed test --- notebook/services/contents/tests/test_contents_api.py | 2 -- 1 file changed, 2 deletions(-) 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."""