mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 11:28:24 +00:00 
			
		
		
		
	Backport #29583
This commit is contained in:
		| @@ -78,7 +78,7 @@ func assertPagesMetas(t *testing.T, expectedNames []string, metas any) { | ||||
| func TestWiki(t *testing.T) { | ||||
| 	unittest.PrepareTestEnv(t) | ||||
|  | ||||
| 	ctx, _ := contexttest.MockContext(t, "user2/repo1/wiki/?action=_pages") | ||||
| 	ctx, _ := contexttest.MockContext(t, "user2/repo1/wiki") | ||||
| 	ctx.SetParams("*", "Home") | ||||
| 	contexttest.LoadRepo(t, ctx, 1) | ||||
| 	Wiki(ctx) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user