chore: review comments

This commit is contained in:
Stavros
2026-03-29 19:38:59 +03:00
parent 15a3753622
commit b60e546ecd
6 changed files with 9 additions and 9 deletions

View File

@@ -282,7 +282,7 @@ func TestProxyController(t *testing.T) {
},
},
{
description: "Ensure user allow ACL allows correct user (should allow testuer)",
description: "Ensure user allow ACL allows correct user (should allow testuser)",
middlewares: []gin.HandlerFunc{
simpleCtx,
},
@@ -296,7 +296,7 @@ func TestProxyController(t *testing.T) {
},
},
{
description: "Ensure user allow ACL blocks incorrect user (should block testuer)",
description: "Ensure user allow ACL blocks incorrect user (should block totpuser)",
middlewares: []gin.HandlerFunc{
simpleCtxTotp,
},