Skip to content
Prev Previous commit
Next Next commit
Fixed test
  • Loading branch information
kirit93 committed Dec 5, 2017
commit 31a6625e23c2d2ec4fc25d5f95e3ceeb58ef19c1
2 changes: 0 additions & 2 deletions notebook/services/contents/tests/test_contents_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,6 @@ def delete_dir(self, api_path):
"""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."""
Expand Down