Debug print removed from dokumente/test.py

This commit is contained in:
2025-11-06 16:04:44 +01:00
parent 26d62014c9
commit b8069802f6

View File

@@ -1075,7 +1075,7 @@ class IncompleteVorgabenTest(TestCase):
response = self.client.get(reverse('incomplete_vorgaben'))
# Debug: print response content to see where it appears
print("Response content:", response.content.decode())
#print("Response content:", response.content.decode())
# Should NOT appear in "no text" list because it has Langtext
self.assertNotContains(response, 'Vorgabe nur mit Langtext')