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 d769775 commit 3b6c6eaCopy full SHA for 3b6c6ea
1 file changed
aikido_zen/sinks/tests/os_test.py
@@ -79,7 +79,8 @@ def test_os_create_path_with_multiple_slashes():
79
with pytest.raises(AikidoPathTraversal):
80
full_path = Path("flaskr/resources/blogs/") / file_path
81
open(full_path, "r").close()
82
-
+
83
84
def test_os_create_path_with_multiple_double_slashes():
85
import os
86
0 commit comments