Explorar o código

[Tests] Add Script neuron param tests Fix to properly remove the file on disk

monf %!s(int64=8) %!d(string=hai) anos
pai
achega
feeacb6fd6
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      neurons/script/tests/test_script.py

+ 1 - 0
neurons/script/tests/test_script.py

@@ -50,6 +50,7 @@ class TestScript(unittest.TestCase):
         }
         run_test_invalid_param(parameters)
         # Remove the tmp file
+        os.chmod(tmp_file_path, 0700)
         FileManager.remove_file(tmp_file_path)