From cb0c940ed717322eb630b45f69cb524f3f78b17f Mon Sep 17 00:00:00 2001
From: amercader <amercadero@gmail.com>
Date: Tue, 17 Dec 2024 12:29:21 +0100
Subject: [PATCH] Remove debug file write

---
 ckanext/dcat/tests/shacl/test_shacl.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/ckanext/dcat/tests/shacl/test_shacl.py b/ckanext/dcat/tests/shacl/test_shacl.py
index f3780905..0a550c27 100644
--- a/ckanext/dcat/tests/shacl/test_shacl.py
+++ b/ckanext/dcat/tests/shacl/test_shacl.py
@@ -203,9 +203,6 @@ def test_validate_dcat_us_3_graph():
     r = validate(graph, shacl_graph=path)
     conforms, results_graph, results_text = r
 
-    with open("shacl.txt", "w") as f:
-        f.write(results_text)
-
     failures = [
         str(t[2])
         for t in results_graph.triples(