summaryrefslogtreecommitdiffstats
path: root/api/oauth_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/oauth_test.go')
-rw-r--r--api/oauth_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/oauth_test.go b/api/oauth_test.go
index 2663c784b..2428441b1 100644
--- a/api/oauth_test.go
+++ b/api/oauth_test.go
@@ -428,7 +428,7 @@ func TestOAuthRegenerateAppSecret(t *testing.T) {
}
if app2.ClientSecret == oauthApp.ClientSecret {
- t.Fatal("Should have been diferent client Secrets")
+ t.Fatal("Should have been different client Secrets")
}
}
}