From 9fca301e9ace6d068988ea1536623ac349e922c8 Mon Sep 17 00:00:00 2001 From: Yee Hing Tong Date: Tue, 27 Sep 2022 10:13:04 -0700 Subject: [PATCH] test update Signed-off-by: Yee Hing Tong --- auth/config/config_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/config/config_test.go b/auth/config/config_test.go index e202df50d..989533dcb 100644 --- a/auth/config/config_test.go +++ b/auth/config/config_test.go @@ -50,6 +50,6 @@ func TestParseClientSecretConfig(t *testing.T) { } func TestDefaultConfig(t *testing.T) { - assert.Equal(t, len(DefaultConfig.AppAuth.SelfAuthServer.StaticClients), 2) + assert.Equal(t, len(DefaultConfig.AppAuth.SelfAuthServer.StaticClients), 3) assert.Equal(t, DefaultConfig.AppAuth.SelfAuthServer.StaticClients["flyte-cli"].ID, "flyte-cli") }