Skip to content

Commit

Permalink
chore: modernize code
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
  • Loading branch information
jkroepke committed Dec 22, 2024
1 parent 71a198c commit 0b8a2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/openvpn/passthrough_unix_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func TestPassthroughFull(t *testing.T) {
defer cancel()

tokenStorage := tokenstorage.NewInMemory(ctx, testutils.Secret, time.Hour)
_, openVPNClient := testutils.SetupOpenVPNOAuth2Clients(t, ctx, conf, logger.Logger, http.DefaultClient, tokenStorage)
_, openVPNClient := testutils.SetupOpenVPNOAuth2Clients(ctx, t, conf, logger.Logger, http.DefaultClient, tokenStorage)

wg := sync.WaitGroup{}

Expand Down

0 comments on commit 0b8a2d1

Please sign in to comment.