Template
1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo synced 2024-11-25 11:16:11 +01:00
forgejo/services/wiki
wxiaoguang 2814f2fea1
Fix incorrect test code for error handling (#27139)
If `assert.NoError` fails, it should return. Otherwise the code could
still execute even if the error occurs.
2023-09-20 08:51:36 +08:00
..
wiki.go Fix bug when deleting wiki with no code write permission (#24274) 2023-04-23 17:22:16 -04:00
wiki_path.go Introduce ctx.PathParamRaw to avoid incorrect unescaping (#26392) 2023-08-09 14:57:45 +08:00
wiki_test.go Fix incorrect test code for error handling (#27139) 2023-09-20 08:51:36 +08:00