Skip to content

Commit 08c1788

Browse files
committed
test: correct checksum for changed template
A change I made to disable spellcheck in user.item.html caused the render funxtion to generate a diferent sha1 checksum. The test looks for the checksum. Update to the new checkum after the change.
1 parent b5e4d03 commit 08c1788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_cgi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2850,7 +2850,7 @@ def testRenderAltTemplates(self):
28502850
result = self.client.renderContext()
28512851
print(result)
28522852
# sha1sum of classic tracker user.item.template must be found
2853-
sha1sum = '<!-- SHA: 3b7ce7cbf24f77733c9b9f64a569d6429390cc3f -->'
2853+
sha1sum = '<!-- SHA: 952568414163cd12b2e89e91e59ef336da64fbbe -->'
28542854
self.assertNotEqual(-1, result.index(sha1sum))
28552855

28562856

0 commit comments

Comments
 (0)