mirror of
https://github.com/openfaas/faas.git
synced 2025-06-08 16:26:47 +00:00
Fix two typos
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alex@openfaas.com>
This commit is contained in:
parent
b22cb639fe
commit
5f0fa69c2c
@ -848,7 +848,7 @@ components:
|
||||
example: 1337
|
||||
replicas:
|
||||
type: number
|
||||
description: The current minimal ammount of replicas
|
||||
description: Desired amount of replicas
|
||||
format: integer
|
||||
example: 2
|
||||
availableReplicas:
|
||||
|
@ -96,7 +96,7 @@ func TestRead_ScaleZeroDefaultAndOverride(t *testing.T) {
|
||||
want = true
|
||||
|
||||
if config.ScaleFromZero != want {
|
||||
t.Logf("ScaleFromZero was overriden - should be %v, got: %v", want, config.ScaleFromZero)
|
||||
t.Logf("ScaleFromZero was overridden - should be %v, got: %v", want, config.ScaleFromZero)
|
||||
t.Fail()
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user