From 773e55cb1329f38b29235dbf514e1aa5256568b6 Mon Sep 17 00:00:00 2001 From: Kirit Thadaka Date: Tue, 5 Dec 2017 16:30:13 +0530 Subject: [PATCH] modified test for deleting non empty directory --- notebook/services/contents/tests/test_contents_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/services/contents/tests/test_contents_api.py b/notebook/services/contents/tests/test_contents_api.py index 12049fc4b..a37b99d13 100644 --- a/notebook/services/contents/tests/test_contents_api.py +++ b/notebook/services/contents/tests/test_contents_api.py @@ -523,7 +523,7 @@ class APITest(NotebookTestBase): self.assertEqual(listing, []) def test_delete_non_empty_dir(self): - """delete non-empty dir raises 400""" + """permanentaly deleting non-empty dir raises 400""" with assert_http_error(400): shutil.rmtree((u'å b', ignore_errors=True) # self.api.delete(u'å b')