tests: fix context tests

This commit is contained in:
Stavros
2026-05-09 13:38:04 +03:00
parent 74aca0f521
commit 886f9a84d6
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -238,7 +238,7 @@ func TestContext(t *testing.T) {
_, err := c.NewFromGin(newGinCtx(nil, false))
return err.Error()
},
expected: "failed to get user context",
expected: model.ErrUserContextNotFound.Error(),
},
{
description: "NewFromGin returns error when context value has wrong type",