summaryrefslogtreecommitdiff
path: root/internal/oauth
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-10-25 14:14:14 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2023-10-25 16:34:13 +0200
commit5c1389589407a82b3ae989a316dcd79cf871ff1f (patch)
tree4fdc779bf6d27ac62265e645868f3592644eae39 /internal/oauth
parent8817b04905b2eb1b714f51ea0ce43687a98ba886 (diff)
Format: Run Gofumpt
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"