Skip to content

Commit e5d1149

Browse files
committed
Fix test
1 parent 8e3dd7e commit e5d1149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/api/v1/misc/markup_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Here are some links to the most important topics. You can find the full list of
134134
testRenderMarkup(t, "file", "path/test.md", text, response, http.StatusOK)
135135
}
136136

137-
testRenderMarkup(t, "file", "path/test.unknown", "## Test", "Unsupported render extension: .unknown\n", http.StatusUnprocessableEntity)
137+
testRenderMarkup(t, "file", "path/test.unknown", "## Test", "Unsupported render file: path/test.unknown\n", http.StatusUnprocessableEntity)
138138
testRenderMarkup(t, "unknown", "", "## Test", "Unknown mode: unknown\n", http.StatusUnprocessableEntity)
139139
}
140140

0 commit comments

Comments
 (0)