fix: remove extra AppVersion context key entry
This commit is contained in:
parent
b329fb3e19
commit
7e3a2db356
6 changed files with 2 additions and 21 deletions
|
|
@ -39,7 +39,6 @@ func AuthenticatedContext(user *model.User, profile *model.Profile) context.Cont
|
|||
ctx = ctxkeys.WithProfile(ctx, profile)
|
||||
ctx = ctxkeys.WithConfig(ctx, TestConfig().Sanitized())
|
||||
ctx = ctxkeys.WithCSRFToken(ctx, "test-csrf-token")
|
||||
ctx = ctxkeys.WithAppVersion(ctx, "test")
|
||||
return ctx
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue