summaryrefslogtreecommitdiff
path: root/internal/oauth
diff options
context:
space:
mode:
Diffstat (limited to 'internal/oauth')
-rw-r--r--internal/oauth/oauth_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/oauth/oauth_test.go b/internal/oauth/oauth_test.go
index 8682e24..8f5f04c 100644
--- a/internal/oauth/oauth_test.go
+++ b/internal/oauth/oauth_test.go
@@ -107,7 +107,6 @@ func Test_accessToken(t *testing.T) {
t.Fatalf("Access token not equal, Got: %v, Want: %v", got, want)
}
-
// Set the tokens as expired
o.SetTokenExpired()
want = "test3"