mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-03-31 19:07:56 +00:00
chore: review comments
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user