commento.js: show error when comment link is 404
Signed-off-by: Adhityaa Chandrasekar <adtac@adtac.in>
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
func TestCommentDeleteBasics(t *testing.T) {
|
||||
failTestOnError(t, setupTestEnv())
|
||||
|
||||
commenterHex = "temp-commenter-hex"
|
||||
commenterHex := "temp-commenter-hex"
|
||||
commentHex, _ := commentNew(commenterHex, "example.com", "/path.html", "root", "**foo**", "approved", time.Now().UTC())
|
||||
commentNew(commenterHex, "example.com", "/path.html", commentHex, "**bar**", "approved", time.Now().UTC())
|
||||
|
||||
|
Reference in New Issue
Block a user