Compare commits
2 Commits
feature/ad
...
b8069802f6
| Author | SHA1 | Date | |
|---|---|---|---|
| b8069802f6 | |||
| 26d62014c9 |
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user