summaryrefslogtreecommitdiffstats
path: root/store/sql_oauth_store_test.go
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-08-30 21:15:40 -0300
committerGitHub <noreply@github.com>2016-08-30 21:15:40 -0300
commit1326ab66a141e73f1ef7d9d39bb86596f56179e0 (patch)
treeb77723b70bdcfc2bca2ab47580d86eb54a61cd44 /store/sql_oauth_store_test.go
parente9bc77a8f7f07cb08038e007c52a986cf4b9545b (diff)
downloadchat-1326ab66a141e73f1ef7d9d39bb86596f56179e0.tar.gz
chat-1326ab66a141e73f1ef7d9d39bb86596f56179e0.tar.bz2
chat-1326ab66a141e73f1ef7d9d39bb86596f56179e0.zip
PLT-3984 Add the ability to regenerate OAuth Client Secret (#3899)
Diffstat (limited to 'store/sql_oauth_store_test.go')
-rw-r--r--store/sql_oauth_store_test.go3
1 files changed, 0 insertions, 3 deletions
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")
}