| Index: server/auth/delegation_test.go
|
| diff --git a/server/auth/delegation_test.go b/server/auth/delegation_test.go
|
| index 0920b988875ff753f038e98e99332ad77d1668bb..6d389f21b227c67d12a80c7c9c5caa66cedda026 100644
|
| --- a/server/auth/delegation_test.go
|
| +++ b/server/auth/delegation_test.go
|
| @@ -23,6 +23,8 @@ import (
|
| )
|
|
|
| func TestMintDelegationToken(t *testing.T) {
|
| + t.Parallel()
|
| +
|
| Convey("MintDelegationToken works", t, func() {
|
| ctx := context.Background()
|
| ctx, _ = testclock.UseTime(ctx, testclock.TestRecentTimeUTC)
|
|
|