We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76b898d commit 9a3d547Copy full SHA for 9a3d547
tests/services/contents/test_manager.py
@@ -857,7 +857,7 @@ async def test_rename(jp_contents_manager):
857
async def test_rename_nonexistent(jp_contents_manager):
858
"""Test renaming a non-existent file/directory returns 404 error"""
859
cm = jp_contents_manager
860
-
+
861
# Test with non-existent file
862
with pytest.raises(HTTPError) as e:
863
await ensure_async(cm.rename("nonexistent_file.txt", "new_name.txt"))
0 commit comments