From 1326ab66a141e73f1ef7d9d39bb86596f56179e0 Mon Sep 17 00:00:00 2001 From: enahum Date: Tue, 30 Aug 2016 21:15:40 -0300 Subject: PLT-3984 Add the ability to regenerate OAuth Client Secret (#3899) --- store/sql_oauth_store_test.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'store/sql_oauth_store_test.go') diff --git a/store/sql_oauth_store_test.go b/store/sql_oauth_store_test.go index ebf9ad59b..b9bde5be3 100644 --- a/store/sql_oauth_store_test.go +++ b/store/sql_oauth_store_test.go @@ -69,9 +69,6 @@ func TestOAuthStoreUpdateApp(t *testing.T) { if ua1.CreateAt == 1 { t.Fatal("create at should not have updated") } - if ua1.ClientSecret == "pwd" { - t.Fatal("client secret should not have updated") - } if ua1.CreatorId == "12345678901234567890123456" { t.Fatal("creator id should not have updated") } -- cgit v1.2.3-1-g7c22