mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
feat: enable key rotation (#15066)
This PR contains the remaining logic necessary to hook up key rotation to the product.
This commit is contained in:
@ -279,7 +279,7 @@ func Test_RequestValidate(t *testing.T) {
|
||||
if !c.noNormalize {
|
||||
req = c.req.Normalize()
|
||||
}
|
||||
err := req.Validate()
|
||||
err := req.Check()
|
||||
if c.errContains == "" {
|
||||
require.NoError(t, err)
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user