mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
Add periods to end of license warning text. (#3933)
* Add periods to end of license warning text. Signed-off-by: Spike Curtis <spike@coder.com> * Fix tests Signed-off-by: Spike Curtis <spike@coder.com> Signed-off-by: Spike Curtis <spike@coder.com>
This commit is contained in:
@ -165,9 +165,9 @@ func TestFeaturesService_EntitlementsAPI(t *testing.T) {
|
||||
assert.Nil(t, al.Actual)
|
||||
assert.Len(t, result.Warnings, 2)
|
||||
assert.Contains(t, result.Warnings,
|
||||
"Your deployment has 5 active users but is only licensed for 4")
|
||||
"Your deployment has 5 active users but is only licensed for 4.")
|
||||
assert.Contains(t, result.Warnings,
|
||||
"Audit logging is enabled but your license for this feature is expired")
|
||||
"Audit logging is enabled but your license for this feature is expired.")
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user