Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
  • Loading branch information
wild-endeavor committed Sep 26, 2022
1 parent bc5d8ab commit 6bb93e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ func TestParseClientSecretConfig(t *testing.T) {

func TestDefaultConfig(t *testing.T) {
assert.Equal(t, len(DefaultConfig.AppAuth.SelfAuthServer.StaticClients), 2)
assert.Equal(t, DefaultConfig.AppAuth.SelfAuthServer.StaticClients["flyte-cli"].Id, "flyte-cli")
assert.Equal(t, DefaultConfig.AppAuth.SelfAuthServer.StaticClients["flyte-cli"].ID, "flyte-cli")
}

0 comments on commit 6bb93e3

Please # to comment.